Skip to content

Commit

Permalink
update browserstack and cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 19, 2023
1 parent c43874a commit 90c81e2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions browserstack.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"run_settings": {
"cypress_config_file": "./cypress-bs.json",
"cypress-version": "9",
"cypress_config_file": "./cypress.config.js",
"cypress-version": "13.1",
"project_name": "Auth0 React SDK",
"exclude": [],
"parallels": "5",
Expand Down
17 changes: 17 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { defineConfig } from 'cypress'

export default defineConfig({
chromeWebSecurity: false,
viewportWidth: 1000,
viewportHeight: 1000,
fixturesFolder: false,
reporter: 'junit',
reporterOptions: {
mochaFile: 'test-results/cypress/junit-[hash].xml',
},
e2e: {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost:3000',
supportFile: false,
},
})
13 changes: 0 additions & 13 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 90c81e2

Please sign in to comment.