PhyrePanel-mirror/docker/e2e-tests/package.json
2024-04-22 14:14:05 +03:00

15 lines
235 B
JSON

{
"name": "e2e-tests",
"version": "1.0.0",
"description": "",
"main": "cypress.config.js",
"scripts": {
"test": "cypress run"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^13.7.3"
}
}