mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-27 12:51:13 +02:00
Migrates the existing e2e tests towards a cucumber bdd-style and utilizes the integration-test-runner package. Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com> Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
26 lines
685 B
JSON
26 lines
685 B
JSON
{
|
|
"name": "@scm-manager/e2e-tests",
|
|
"version": "2.13.0-SNAPSHOT",
|
|
"description": "End to end Tests for SCM-Manager",
|
|
"main": "index.js",
|
|
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"headless": "cypress run",
|
|
"ci": "integration-test-runner run -u scmadmin -p scmadmin -d ./"
|
|
},
|
|
"dependencies": {
|
|
"@ffmpeg-installer/ffmpeg": "^1.0.20",
|
|
"@scm-manager/integration-test-runner": "^1.3.0",
|
|
"fluent-ffmpeg": "^2.1.2"
|
|
},
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"eslintConfig": {
|
|
"extends": "@scm-manager/eslint-config"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|