mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
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,
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true,
|
|
"json": {
|
|
"enabled": true,
|
|
"output": "jsonlogs/log.json",
|
|
"formatter": "cucumber-json-formatter"
|
|
},
|
|
"messages": {
|
|
"enabled": true,
|
|
"output": "jsonlogs/messages.ndjson"
|
|
},
|
|
"html": {
|
|
"enabled": false
|
|
},
|
|
"stepDefinitions": [
|
|
"cypress/e2e/step_definitions/*.{js,ts}"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"cypress-e2e": "cypress run",
|
|
"lint": "eslint --max-warnings=0 --ext .js,.ts ."
|
|
},
|
|
"dependencies": {
|
|
"@badeball/cypress-cucumber-preprocessor": "^12.0.0",
|
|
"@cypress/browserify-preprocessor": "^3.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
|
"@typescript-eslint/parser": "^5.38.0",
|
|
"cypress": "^12.7.0",
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"multiple-cucumber-html-reporter": "^3.4.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|