skyline-console/cypress.json
Jingwei.Zhang c549b50538 fix: Update e2e
1. Update password value to fit value check
2. Remove cases in backup e2e: remove backup by volume which is used by instance
3. Update waittime for fip list page to ensure create form can be opened
4. Update image select when create instance
5. Add volume case:create backup and backup inc
6. Update force delete instance command

Change-Id: I45e4bba0b670171860d85e4e5cb402962a41becd
2021-09-28 11:36:20 +08:00

29 lines
754 B
JSON

{
"baseUrl": "http://localhost:8081",
"viewportWidth": 1600,
"viewportHeight": 900,
"video": false,
"env": {
"username": "administrator",
"password": "passW0rd",
"region": "RegionOne",
"domain": "Default",
"sessionKey": "X-Auth-Token",
"language": "en"
},
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "test/e2e/results",
"overwrite": false,
"html": false,
"json": true
},
"fixturesFolder": "test/e2e/fixtures",
"integrationFolder": "test/e2e/integration",
"pluginsFile": "test/e2e/plugins/index.js",
"screenshotsFolder": "test/e2e/screenshots",
"videosFolder": "test/e2e/videos",
"supportFile": "test/e2e/support/index.js",
"downloadsFolder": "test/e2e/downloads"
}