first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

21
tests/package.json Normal file
View 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"
}
}