1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 01:30:52 +02:00
beerbrawl/e2e/package.json
2024-05-20 12:42:21 +02:00

26 lines
691 B
JSON

{
"name": "sepm-gruppenphase-e2e",
"version": "1.0.0",
"description": "e2e tests",
"main": "index.js",
"private": true,
"dependencies": {
"cypress": "13.7.3",
"cypress-mochawesome-reporter": "3.8.2",
"cypress-multi-reporters": "1.6.4",
"mocha-junit-reporter": "2.2.1"
},
"devDependencies": {
"prettier": "^3.2.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cypress": "cypress run",
"cypress:open": "cypress open",
"prettier:check": "prettier --check '**/*.{json,html,scss,ts,js}'",
"prettier:fix": "prettier --write '**/*.{json,html,scss,ts,js}'"
},
"author": "Heimo Stranner",
"license": "ISC"
}