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