test: Cypress env for fat container (#11792)
* added cypress_fat.json as config * Create cypress_fat.json
This commit is contained in:
parent
6199eada0a
commit
ef6be16f74
|
|
@ -595,6 +595,7 @@ jobs:
|
|||
record: true
|
||||
install: false
|
||||
parallel: true
|
||||
config-file: cypress_fat.json
|
||||
group: "Electrons on Github Action Fat Container"
|
||||
spec: "cypress/integration/Smoke_TestSuite_Fat/**/*"
|
||||
working-directory: app/client
|
||||
|
|
@ -627,6 +628,7 @@ jobs:
|
|||
record: true
|
||||
install: false
|
||||
parallel: true
|
||||
config-file: cypress_fat.json
|
||||
group: "Electrons on Github Action"
|
||||
spec: ${{ env.failed_spec_env }}
|
||||
working-directory: app/client
|
||||
|
|
|
|||
28
app/client/cypress_fat.json
Normal file
28
app/client/cypress_fat.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"baseUrl": "http://localhost/",
|
||||
"defaultCommandTimeout": 20000,
|
||||
"requestTimeout": 21000,
|
||||
"pageLoadTimeout": 20000,
|
||||
"video": true,
|
||||
"videoUploadOnPasses": false,
|
||||
"reporter": "mochawesome",
|
||||
"reporterOptions": {
|
||||
"reportDir": "results",
|
||||
"overwrite": false,
|
||||
"html": true,
|
||||
"json": false
|
||||
},
|
||||
"ignoreTestFiles": [
|
||||
"**/Smoke_TestSuite/Application/PgAdmin_spec*.js",
|
||||
"**/Smoke_TestSuite/ClientSideTests/DisplayWidgets/Table_Filter_spec*.js",
|
||||
"**/Smoke_TestSuite/ClientSideTests/Onboarding/FirstTimeUserOnboarding_spec*.js",
|
||||
"**/Smoke_TestSuite/ClientSideTests/LayoutValidation/AppPageLayout.spec.js"
|
||||
],
|
||||
"chromeWebSecurity": false,
|
||||
"viewportHeight": 900,
|
||||
"viewportWidth": 1400,
|
||||
"retries": {
|
||||
"runMode": 2,
|
||||
"openMode": 0
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user