-
- Downloads
FEAT #14127 TIME 4:30 add e2e cypress
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 1 addition, 10 deletions.gitlab-ci.yml
- package.json 3 additions, 5 deletionspackage.json
- test/e2e/about-us-spec.js 0 additions, 9 deletionstest/e2e/about-us-spec.js
- test/e2e/conf.js 0 additions, 31 deletionstest/e2e/conf.js
- test/e2e/cypress-config.json 6 additions, 0 deletionstest/e2e/cypress-config.json
- test/e2e/index-resource-spec.js 0 additions, 60 deletionstest/e2e/index-resource-spec.js
- test/e2e/indexing.spec.ts 49 additions, 0 deletionstest/e2e/indexing.spec.ts
- test/e2e/login-spec.js 0 additions, 61 deletionstest/e2e/login-spec.js
- test/e2e/screenshotReporter.js 0 additions, 17 deletionstest/e2e/screenshotReporter.js
- test/e2e/screenshots/.gitkeep 0 additions, 0 deletionstest/e2e/screenshots/.gitkeep
- test/e2e/support/commands.js 37 additions, 0 deletionstest/e2e/support/commands.js
- test/e2e/support/index.js 20 additions, 0 deletionstest/e2e/support/index.js
- test/e2e/tsconfig.json 12 additions, 0 deletionstest/e2e/tsconfig.json
... | @@ -12,10 +12,8 @@ | ... | @@ -12,10 +12,8 @@ |
"upgrade": "ncu -u", | "upgrade": "ncu -u", | ||
"create-component": "echo Component name ? && read varname && ng g c $varname --module app --style=scss", | "create-component": "echo Component name ? && read varname && ng g c $varname --module app --style=scss", | ||
"create-component-admin": "echo Component name ? && read varname && ng g c administration/$varname --module administration --style=scss", | "create-component-admin": "echo Component name ? && read varname && ng g c administration/$varname --module administration --style=scss", | ||
"ee-launch": "webdriver-manager update && webdriver-manager start --detach && protractor test/e2e/conf.js && webdriver-manager shutdown && fuser -k 4444/tcp", | "cypress:open": "cypress open --config-file test/e2e/cypress-config.json", | ||
"ee-update": "webdriver-manager update", | "cypress:run": "cypress run --browser firefox --headless --config-file test/e2e/cypress-config.json" | ||
"ee-start-server": "webdriver-manager start", | |||
"ee-test": "protractor test/e2e/conf.js" | |||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "Maarch", | "author": "Maarch", | ||
... | @@ -53,6 +51,7 @@ | ... | @@ -53,6 +51,7 @@ |
"bootstrap": "^3.4.1", | "bootstrap": "^3.4.1", | ||
"chosen-js": "^1.8.7", | "chosen-js": "^1.8.7", | ||
"codelyzer": "^6.0.1", | "codelyzer": "^6.0.1", | ||
"cypress": "^6.2.1", | |||
"flat-to-nested": "^1.1.0", | "flat-to-nested": "^1.1.0", | ||
"hammerjs": "^2.0.8", | "hammerjs": "^2.0.8", | ||
"html-minifier": "^4.0.0", | "html-minifier": "^4.0.0", | ||
... | @@ -71,7 +70,6 @@ | ... | @@ -71,7 +70,6 @@ |
"npm-check-updates": "^9.2.4", | "npm-check-updates": "^9.2.4", | ||
"pdfjs-dist": "2.5.207", | "pdfjs-dist": "2.5.207", | ||
"photoswipe": "^4.1.3", | "photoswipe": "^4.1.3", | ||
"protractor": "^7.0.0", | |||
"rxjs": "^6.6.3", | "rxjs": "^6.6.3", | ||
"tinymce": "^5.6.1", | "tinymce": "^5.6.1", | ||
"tinymce-i18n": "^20.12.25", | "tinymce-i18n": "^20.12.25", | ||
... | ... |
test/e2e/about-us-spec.js
deleted
100644 → 0
test/e2e/conf.js
deleted
100644 → 0
test/e2e/cypress-config.json
0 → 100644
test/e2e/index-resource-spec.js
deleted
100644 → 0
test/e2e/indexing.spec.ts
0 → 100644
test/e2e/login-spec.js
deleted
100644 → 0
test/e2e/screenshotReporter.js
deleted
100644 → 0
test/e2e/screenshots/.gitkeep
deleted
100644 → 0
test/e2e/support/commands.js
0 → 100644
test/e2e/support/index.js
0 → 100644
test/e2e/tsconfig.json
0 → 100644
Please register or sign in to comment