mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
remove cypress-terminal-report
This commit is contained in:
parent
c677a1808f
commit
254b5a1f87
@ -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}) {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user