chore: improve cypress runs on forks (#4924)
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
"test:e2e:dev": "run-p clean && start-test develop 8080 test:e2e:exec-dev",
|
||||
"test:e2e:serve": "http-server -c-1 dev-test",
|
||||
"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-ci": "node cypress/run.js",
|
||||
"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",
|
||||
@ -132,6 +132,7 @@
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-prettier": "^3.1.1",
|
||||
"eslint-plugin-react": "^7.17.0",
|
||||
"execa": "^5.0.0",
|
||||
"friendly-errors-webpack-plugin": "^1.7.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"gitlab": "^14.1.1",
|
||||
@ -181,6 +182,7 @@
|
||||
"emotion": "^10.0.9",
|
||||
"eslint-config-prettier": "^7.0.0",
|
||||
"eslint-plugin-babel": "^5.3.0",
|
||||
"globby": "^11.0.2",
|
||||
"lerna": "^3.15.0"
|
||||
},
|
||||
"husky": {
|
||||
|
Reference in New Issue
Block a user