skyline-console/cypress.json
xusongfu 81c037de41 feat: Add tags to nova service and so on
1.Lists tags, creates, replaces tags for a server
2.Fix input autocomplete in Chrome browser
3.Fix some e2e test bugs

Change-Id: I6236da8670d36c88978317d34a50cde3974b83d9
2022-03-26 20:11:15 +08:00

30 lines
769 B
JSON

{
"baseUrl": "http://localhost:8081",
"viewportWidth": 1600,
"viewportHeight": 900,
"video": true,
"retries": 5,
"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"
}