commit
4680519d2e
7
.github/workflows/cypress.yml
vendored
7
.github/workflows/cypress.yml
vendored
@ -10,12 +10,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
containers: [1, 2, 3, 4, 5]
|
containers: [1, 2, 3, 4, 5]
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
browser: [chrome, firefox]
|
browser: [chrome]
|
||||||
include:
|
|
||||||
- browser: firefox
|
|
||||||
container:
|
|
||||||
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
||||||
options: --user 1001
|
|
||||||
name: E2E tests on ${{ matrix.browser }} - ${{ matrix.os }}
|
name: E2E tests on ${{ matrix.browser }} - ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
"proxyConfig": "proxy.prod.conf.json",
|
"proxyConfig": "proxy.prod.conf.json",
|
||||||
"disableHostCheck": true,
|
"disableHostCheck": true,
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"verbose": true
|
"verbose": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"pluginsFile": "cypress/plugins/index.js",
|
"pluginsFile": "cypress/plugins/index.js",
|
||||||
"fixturesFolder": "cypress/fixtures",
|
"fixturesFolder": "cypress/fixtures",
|
||||||
"baseUrl": "http://localhost:4200",
|
"baseUrl": "http://localhost:4200",
|
||||||
|
"video": false,
|
||||||
"retries": {
|
"retries": {
|
||||||
"runMode": 3,
|
"runMode": 3,
|
||||||
"openMode": 0
|
"openMode": 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user