You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cypress.config.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ export default defineConfig({
15
15
fixturesFolder: false,
16
16
supportFile: 'test/cypress/support/e2e.ts',
17
17
setupNodeEvents(on: any){
18
-
on('before:browser:launch',(browser: any={},launchOptions: any)=>{// TODO Remove after upgrade to Cypress >=12.5.0, see https://github.com/cypress-io/cypress-documentation/issues/5479
18
+
on('before:browser:launch',(browser: any={},launchOptions: any)=>{// TODO Remove after upgrade to Cypress >=12.5.0 <or> Chrome 119 become available on GitHub Workflows, see https://github.com/cypress-io/cypress-documentation/issues/5479
0 commit comments