Files
xen-orchestra/@xen-orchestra/test-e2e/cypress.json.dist
Thierry Goettelmann 135dda5290 XO E2E testing
2022-05-25 10:37:43 +02:00

29 lines
592 B
Plaintext

{
"baseUrl": "http://ci-test-xen-orchestra.localdomain/",
"env": {
"xoLab": {
"url": "",
"username": "",
"password": ""
},
"xenOrchestra": {
"host": "ci-test-xen-orchestra.localdomain",
"username": "",
"password": "",
"snapshotId": ""
},
"xcpNgLts": {
"host": "ci-test-xcp-ng-lts.localdomain",
"username": "",
"password": "",
"snapshotId": ""
},
"xenServerLts": {
"host": "ci-test-xenserver-lts.localdomain",
"username": "",
"password": "",
"snapshotId": ""
}
}
}