chore: Upgrade Cypress to 10.11.0 (#23813)

This commit is contained in:
Kamil Gabryjelski
2023-04-26 16:17:59 +02:00
committed by GitHub
parent e805dec141
commit 40ae074ff0
68 changed files with 3016 additions and 4931 deletions

View File

@@ -111,10 +111,10 @@ npm install
npm run cypress-run-chrome
# run tests from a specific file
npm run cypress-run-chrome -- --spec cypress/integration/explore/link.test.ts
npm run cypress-run-chrome -- --spec cypress/e2e/explore/link.test.ts
# run specific file with video capture
npm run cypress-run-chrome -- --spec cypress/integration/dashboard/index.test.js --config video=true
npm run cypress-run-chrome -- --spec cypress/e2e/dashboard/index.test.js --config video=true
# to open the cypress ui
npm run cypress-debug