This commit is contained in:
skeris 2023-09-08 19:53:25 +03:00
parent 0c9f3f9f35
commit 3f16a043a8
5 changed files with 7257 additions and 7464 deletions

@ -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.

@ -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": {

14714
yarn.lock

File diff suppressed because it is too large Load Diff