remove cypress-terminal-report

This commit is contained in:
Elio Bischof 2022-08-04 17:04:33 +02:00
parent c677a1808f
commit 254b5a1f87
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD
2 changed files with 0 additions and 4 deletions

View File

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

View File

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