From 508c8b0be3aaa40b82c82b6da019f88d8a7d65fb Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Tue, 3 Aug 2021 21:19:25 -0700 Subject: [PATCH 1/3] make serve:local-prod target not verbose --- frontend/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index 1e4fdfc8a..fad1ba895 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -199,7 +199,7 @@ "proxyConfig": "proxy.prod.conf.json", "disableHostCheck": true, "host": "0.0.0.0", - "verbose": true + "verbose": false } } }, From a6d34ba4f186618da433bc317bce50383e34880e Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Tue, 3 Aug 2021 21:20:05 -0700 Subject: [PATCH 2/3] remove firefox from test matrix --- .github/workflows/cypress.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 51bedc38c..2cd892f60 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,12 +10,7 @@ jobs: matrix: containers: [1, 2, 3, 4, 5] os: ["ubuntu-latest"] - browser: [chrome, firefox] - include: - - browser: firefox - container: - image: cypress/browsers:node14.17.0-chrome88-ff89 - options: --user 1001 + browser: [chrome] name: E2E tests on ${{ matrix.browser }} - ${{ matrix.os }} steps: - name: Checkout From 5b17f88de2e35d375f8dc194fa6027c312e2af59 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Tue, 3 Aug 2021 21:26:40 -0700 Subject: [PATCH 3/3] disable video recording --- frontend/cypress.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/cypress.json b/frontend/cypress.json index cb6859f5c..3981dec63 100644 --- a/frontend/cypress.json +++ b/frontend/cypress.json @@ -7,6 +7,7 @@ "pluginsFile": "cypress/plugins/index.js", "fixturesFolder": "cypress/fixtures", "baseUrl": "http://localhost:4200", + "video": false, "retries": { "runMode": 3, "openMode": 0