--
This commit is contained in:
parent
0c9f3f9f35
commit
3f16a043a8
@ -21,7 +21,7 @@ e2e:
|
||||
allow_failure: false
|
||||
before_script:
|
||||
- "yarn"
|
||||
- "cypress verify"
|
||||
- "yarn run cypress:verify"
|
||||
script:
|
||||
- "yarn run test:cypress"
|
||||
artifacts:
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 168 KiB |
Binary file not shown.
@ -41,8 +41,9 @@
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"test:cypress": "start-server-and-test start http://localhost:3000 cypress",
|
||||
"cypress": "cypress run --spec \"cypress/e2e/modal.cy.ts\"",
|
||||
"cypress:verify": "cypress verify",
|
||||
"test:cypress": "start-server-and-test start http://localhost:3000 cypresst",
|
||||
"cypresst": "cypress run --spec \"cypress/e2e/modal.cy.ts\"",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
Loading…
Reference in New Issue
Block a user