mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
19 lines
493 B
JSON
19 lines
493 B
JSON
{
|
|
"name": "gradido-e2e-tests-cypress",
|
|
"version": "1.0.0",
|
|
"description": "End-to-end tests with Cypress",
|
|
"main": "yarn run cypress run",
|
|
"repository": "https://github.com/gradido/gradido/e2e-tests/cypress",
|
|
"author": "Mathias Lenz",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"cypress-e2e-tests": "yarn run cypress run",
|
|
"lint": "eslint --max-warnings=0 --ext .js,.ts ."
|
|
},
|
|
"dependencies": {
|
|
"cypress": "^10.3.0",
|
|
"eslint": "^8.19.0"
|
|
}
|
|
}
|