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

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

14714
yarn.lock

File diff suppressed because it is too large Load Diff