diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7db3f76..3020f55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,4 +73,3 @@ jobs: wait-on: 'http://localhost:4200' browser: chrome quiet: true - headless: true diff --git a/cypress.config.ts b/cypress.config.ts index e52868b..0520603 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -6,5 +6,6 @@ export default defineConfig({ setupNodeEvents(on, config) { // eslint-disable-line @typescript-eslint/no-unused-vars // implement node event listeners here }, + video: false, }, });