chore: upgrade cypress (#3231)

This commit is contained in:
Erez Rokah
2020-02-11 18:36:13 +02:00
committed by GitHub
parent 6d5e37dab9
commit e1fa3b0ec0
3 changed files with 181 additions and 222 deletions

View File

@ -24,8 +24,8 @@
"test:e2e:ci": "run-s build:demo test:e2e:run-ci",
"test:e2e:dev": "run-p clean && start-test develop 8080 test:e2e:exec-dev",
"test:e2e:serve": "http-server dev-test",
"test:e2e:exec": "cypress run",
"test:e2e:exec-ci": "cypress run --record --parallel --ci-build-id $GITHUB_SHA --group 'GitHub CI' displayName: 'Run Cypress tests'",
"test:e2e:exec": "cypress run --browser chrome --headless",
"test:e2e:exec-ci": "cypress run --browser chrome --headless --record --parallel --ci-build-id $GITHUB_SHA --group 'GitHub CI' displayName: 'Run Cypress tests'",
"test:e2e:exec-dev": "cypress open",
"test:e2e:record-fixtures:dev": "HTTP_PROXY=http://localhost:1080 RECORD_FIXTURES=true cypress open",
"test:e2e:run": "start-test test:e2e:serve 8080 test:e2e:exec",
@ -120,7 +120,7 @@
"copy-webpack-plugin": "^5.0.1",
"cross-env": "^6.0.0",
"css-loader": "^3.0.0",
"cypress": "^3.8.2",
"cypress": "^4.0.1",
"cypress-file-upload": "^3.5.1",
"cypress-image-snapshot": "^3.1.1",
"cypress-jest-adapter": "^0.1.1",