Merge pull request #689 from knorrium/e2e_tweaks

e2e tweaks
This commit is contained in:
softsimon 2021-08-04 13:24:05 +03:00 committed by GitHub
commit 4680519d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -199,7 +199,7 @@
"proxyConfig": "proxy.prod.conf.json",
"disableHostCheck": true,
"host": "0.0.0.0",
"verbose": true
"verbose": false
}
}
},

View File

@ -7,6 +7,7 @@
"pluginsFile": "cypress/plugins/index.js",
"fixturesFolder": "cypress/fixtures",
"baseUrl": "http://localhost:4200",
"video": false,
"retries": {
"runMode": 3,
"openMode": 0