Skip to content

Commit

Permalink
Update integration test command to use Chrome browser
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Jan 22, 2025
1 parent 299169b commit 343e447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --ci",
"test:nowatch": "CI=true jest --env=jsdom --reporters=default --reporters=jest-junit",
"test:integration": "cypress run --browser electron 'cypress/integration/**/*.cy.js'",
"test:integration": "cypress run --browser chrome 'cypress/integration/**/*.cy.js'",
"jest-preview": "jest-preview",
"rsstart": "rspack serve -c rspack.config.ts",
"rsbuild": "rspack build -c rspack.config.ts"
Expand Down

0 comments on commit 343e447

Please sign in to comment.