We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea80bb commit a8dd291Copy full SHA for a8dd291
.github/workflows/pipeline.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: e2e tests
27
uses: cypress-io/github-action@v5
28
with:
29
- command: npm run test:e2e
+ command: npm run cypress:run
30
start: npm run start-prod
31
wait-on: http://localhost:5001
package.json
@@ -9,7 +9,8 @@
9
"test": "jest",
10
"eslint": "eslint './**/*.{js,jsx}'",
11
"build": "webpack --mode production",
12
- "test:e2e": "cypress open"
+ "test:e2e": "cypress open",
13
+ "cypress:run": "cypress run"
14
},
15
"repository": {
16
"type": "git",
0 commit comments