Test downgrading Cypress

This commit is contained in:
Kalle 2022-09-21 17:56:48 +03:00
parent 3d239db373
commit 1f77fc0bf6
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ jobs:
with:
build: npm run build
start: npm start
browser: chrome
env:
BASE_URL: http://localhost:4455
PORT: 4455

View File

@ -71,7 +71,7 @@
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"cross-env": "^7.0.3",
"cypress": "^10.8.0",
"cypress": "~10.4.0",
"dotenv": "^16.0.2",
"eslint": "^8.23.1",
"eslint-plugin-react": "^7.31.8",