Adding cypress + example test (#476)

This commit is contained in:
Tamir Abutbul
2024-01-09 10:05:43 +02:00
committed by GitHub
parent 37557126f0
commit 03c2f321c4
8 changed files with 141 additions and 3 deletions

View File

@@ -48,6 +48,7 @@
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"cypress": "^13.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-react": "^7.33.1",
@@ -75,7 +76,9 @@
"lint": "npx eslint src/",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier src/ --check",
"prettier:fix": "npm run prettier -- --write"
"prettier:fix": "npm run prettier -- --write",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"keywords": [],
"author": "",