mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 16:37:31 +00:00
remove cypress-terminal-report
This commit is contained in:
@@ -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}) {
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user