From 86310d7bb1e937fe7090b7752da08d25af23c135 Mon Sep 17 00:00:00 2001 From: AndyWhiteVega <106072061+AndyWhiteVega@users.noreply.github.com> Date: Fri, 8 Jul 2022 13:54:56 +0100 Subject: [PATCH] test: changing config to prevent successful test videos from compress and uploading (#730) --- apps/explorer-e2e/cypress.config.js | 1 + apps/simple-trading-app-e2e/cypress.config.js | 1 + apps/stats-e2e/cypress.config.js | 1 + apps/token-e2e/cypress.config.js | 1 + apps/trading-e2e/cypress.config.js | 1 + 5 files changed, 5 insertions(+) diff --git a/apps/explorer-e2e/cypress.config.js b/apps/explorer-e2e/cypress.config.js index bff3c5b62..19f3a841a 100644 --- a/apps/explorer-e2e/cypress.config.js +++ b/apps/explorer-e2e/cypress.config.js @@ -14,6 +14,7 @@ module.exports = defineConfig({ modifyObstructiveCode: false, supportFile: './src/support/index.ts', video: true, + videoUploadOnPasses: false, videosFolder: '../../dist/cypress/apps/explorer-e2e/videos', screenshotsFolder: '../../dist/cypress/apps/explorer-e2e/screenshots', chromeWebSecurity: false, diff --git a/apps/simple-trading-app-e2e/cypress.config.js b/apps/simple-trading-app-e2e/cypress.config.js index 4df3d82f1..5d4f4da90 100644 --- a/apps/simple-trading-app-e2e/cypress.config.js +++ b/apps/simple-trading-app-e2e/cypress.config.js @@ -11,6 +11,7 @@ module.exports = defineConfig({ modifyObstructiveCode: false, supportFile: './src/support/index.ts', video: true, + videoUploadOnPasses: false, videosFolder: '../../dist/cypress/apps/explorer-e2e/videos', screenshotsFolder: '../../dist/cypress/apps/explorer-e2e/screenshots', chromeWebSecurity: false, diff --git a/apps/stats-e2e/cypress.config.js b/apps/stats-e2e/cypress.config.js index d0f97a453..9070d1a83 100644 --- a/apps/stats-e2e/cypress.config.js +++ b/apps/stats-e2e/cypress.config.js @@ -11,6 +11,7 @@ module.exports = defineConfig({ modifyObstructiveCode: false, supportFile: './src/support/index.ts', video: true, + videoUploadOnPasses: false, videosFolder: '../../dist/cypress/apps/explorer-e2e/videos', screenshotsFolder: '../../dist/cypress/apps/explorer-e2e/screenshots', chromeWebSecurity: false, diff --git a/apps/token-e2e/cypress.config.js b/apps/token-e2e/cypress.config.js index c90a799f0..6cd68facd 100644 --- a/apps/token-e2e/cypress.config.js +++ b/apps/token-e2e/cypress.config.js @@ -10,6 +10,7 @@ module.exports = defineConfig({ modifyObstructiveCode: false, supportFile: './src/support/index.ts', video: true, + videoUploadOnPasses: false, videosFolder: '../../dist/cypress/apps/explorer-e2e/videos', screenshotsFolder: '../../dist/cypress/apps/explorer-e2e/screenshots', chromeWebSecurity: false, diff --git a/apps/trading-e2e/cypress.config.js b/apps/trading-e2e/cypress.config.js index f3ea716a0..467cb94ca 100644 --- a/apps/trading-e2e/cypress.config.js +++ b/apps/trading-e2e/cypress.config.js @@ -22,6 +22,7 @@ module.exports = defineConfig({ supportFile: './src/support/index.ts', video: true, videosFolder: '../../dist/cypress/apps/trading-e2e/videos', + videoUploadOnPasses: false, screenshotsFolder: '../../dist/cypress/apps/trading-e2e/screenshots', chromeWebSecurity: false, projectId: 'et4snf',