remove cypress-terminal-report

This commit is contained in:
Elio Bischof
2022-08-04 17:04:33 +02:00
parent c677a1808f
commit 254b5a1f87
2 changed files with 0 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
import { defineConfig } from 'cypress'; import { defineConfig } from 'cypress';
import { env } from 'process';
let tokensCache = new Map<string,string>() let tokensCache = new Map<string,string>()
let initmfaandpwrequired = true
export default defineConfig({ export default defineConfig({
reporter: 'mochawesome', reporter: 'mochawesome',
@@ -26,7 +24,6 @@ export default defineConfig({
baseUrl: process.env.CYPRESS_BASE_URL || 'http://localhost:8080', baseUrl: process.env.CYPRESS_BASE_URL || 'http://localhost:8080',
experimentalSessionAndOrigin: true, experimentalSessionAndOrigin: true,
setupNodeEvents(on, config) { setupNodeEvents(on, config) {
require('cypress-terminal-report/src/installLogsPrinter')(on);
on('task', { on('task', {
safetoken({key, token}) { safetoken({key, token}) {

View File

@@ -73,7 +73,6 @@
"@typescript-eslint/parser": "5.30.4", "@typescript-eslint/parser": "5.30.4",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.0",
"cypress": "^10.1.0", "cypress": "^10.1.0",
"cypress-terminal-report": "^4.0.1",
"eslint": "^8.18.0", "eslint": "^8.18.0",
"jasmine-core": "~4.2.0", "jasmine-core": "~4.2.0",
"jasmine-spec-reporter": "~7.0.0", "jasmine-spec-reporter": "~7.0.0",