first commit
This commit is contained in:
21
tests/package.json
Normal file
21
tests/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "tests",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@simonsmith/cypress-image-snapshot": "^8.1.1",
|
||||
"cypress": "^13.1.0",
|
||||
"cypress-fail-fast": "^7.0.3",
|
||||
"sync-fetch": "^0.5.2",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "cypress run --config-file cypress.config.ts --browser=chrome --config baseUrl=https://localhost:8123/ --env updateSnapshots=false --env failOnSnapshotDiff=false --env requireSnapshots=false",
|
||||
"test:watch": "cypress open --config-file cypress.config.ts"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"cypress-terminal-report": "^7.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user