Skip to content
Snippets Groups Projects
Unverified Commit 781449b0 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Revert running E2E tests on Electron (#32800)

#32734 introduced a commit that removed "Chrome" as a predefined browser that Cypress runs on.
This was needed due to frequent failures that were interfering with the release process.

Even if we decide to switch to Electron, let's do it in a dedicated commit for easier git blame.
We'll forget in a month already why a commit called "Disallow new H2 connections" switched E2E tests to Electron.
parent 8d366f21
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@ const { parseArguments, args } = require("./cypress-runner-utils");
const getConfig = baseUrl => {
return {
browser: "chrome",
configFile: "e2e/support/cypress-snapshots.config.js",
config: {
baseUrl,
......
......@@ -22,6 +22,7 @@ const runCypress = async (baseUrl, exitFunction) => {
});
const defaultConfig = {
browser: "chrome",
configFile: "e2e/support/cypress.config.js",
config: {
baseUrl,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment