Skip to content

Commit

Permalink
ts-web: eliminate video: false, which is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Sep 13, 2023
1 parent bf7f722 commit 1462e0b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion client-sdk/ts-web/core/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from 'cypress';
import * as outputConsoleLogs from './cypress/outputConsoleLogs';

export default defineConfig({
video: false,
e2e: {
supportFile: false,
setupNodeEvents: outputConsoleLogs.setupNodeEvents,
Expand Down
1 change: 0 additions & 1 deletion client-sdk/ts-web/ext-utils/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from 'cypress';
import * as outputConsoleLogs from './../core/cypress/outputConsoleLogs';

export default defineConfig({
video: false,
e2e: {
supportFile: false,
setupNodeEvents: outputConsoleLogs.setupNodeEvents,
Expand Down
1 change: 0 additions & 1 deletion client-sdk/ts-web/rt/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from 'cypress';
import * as outputConsoleLogs from './../core/cypress/outputConsoleLogs';

export default defineConfig({
video: false,
e2e: {
supportFile: false,
setupNodeEvents: outputConsoleLogs.setupNodeEvents,
Expand Down

0 comments on commit 1462e0b

Please sign in to comment.