update to newest version of integration-test-runner (#1968)

This commit is contained in:
Konstantin Schaper
2022-03-03 08:42:23 +01:00
committed by GitHub
parent 151c7bf772
commit 298956ceda
5 changed files with 277 additions and 1274 deletions

View File

@@ -23,5 +23,5 @@
*/
// This file was generated, please DO NOT EDIT THIS FILE!
import register from "@scm-manager/integration-test-runner/plugins";
export default register;
import { registerPlugins } from "@scm-manager/integration-test-runner";
export default registerPlugins;

View File

@@ -23,5 +23,8 @@
*/
// This file was generated, please DO NOT EDIT THIS FILE
import "@scm-manager/integration-test-runner/commands";
import { registerCommands, registerBefore, registerAfter } from "@scm-manager/integration-test-runner";
import "./commands";
registerBefore();
registerAfter();
registerCommands();

View File

@@ -1,9 +1,8 @@
{
"compilerOptions": {
"noEmit": true,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
}
}

View File

@@ -12,7 +12,7 @@
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@scm-manager/integration-test-runner": "^3.0.0",
"@scm-manager/integration-test-runner": "^3.3.0",
"fluent-ffmpeg": "^2.1.2"
},
"prettier": "@scm-manager/prettier-config",

1537
yarn.lock

File diff suppressed because it is too large Load Diff