mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-15 12:59:46 +01:00
add cypress for ui e2e tests // add anonymous access e2e tests
This commit is contained in:
16
scm-ui/e2e-tests/package.json
Normal file
16
scm-ui/e2e-tests/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@scm-manager/e2e-tests",
|
||||
"version": "2.4.0-SNAPSHOT",
|
||||
"description": "End to end Tests for SCM-Manager",
|
||||
"main": "index.js",
|
||||
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"cypress": "^4.12.0"
|
||||
},
|
||||
"prettier": "@scm-manager/prettier-config",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user