This commit is contained in:
2021-12-20 19:12:32 +00:00
parent c08b169919
commit f3ff88229e
20 changed files with 99 additions and 229 deletions

View File

@@ -1,20 +1,30 @@
{
"defaultCommandTimeout":5000,
"defaultCommandTimeout": 5000,
"xxxretries": 3,
"integrationFolder": "tests",
"supportFile":"support",
"xbaseUrl": "http://localhost:7575",
"baseUrl": "https://test.helloayanova.com",
"xxxxbaseUrl":"http://localhost:8080",
"video":false,
"supportFile": "support",
"baseUrl": "http://localhost:7575",
"xbaseUrl": "https://test.helloayanova.com",
"xxxxbaseUrl": "http://localhost:8080",
"video": false,
"env": {
"xapiBaseUrl":"http://localhost:7575/api/v8.0/",
"apiBaseUrl":"https://test.helloayanova.com/api/v8.0/",
"adminusername": "superuser",
"adminpassword": "l3tm3in",
"accountinguser": "Accounting",
"accountingpassword": "Accounting",
"serviceuser":"Service",
"servicepassword":"Service"
"apiBaseUrl": "http://localhost:7575/api/v8.0/",
"xapiBaseUrl": "https://test.helloayanova.com/api/v8.0/",
"admin": {
"login": "superuser",
"password": "l3tm3in"
},
"accounting": {
"login": "Accounting",
"password": "Accounting"
},
"service": {
"login": "Service",
"password": "Service"
},
"customer": {
"login": "Customer",
"password": "Customer"
}
}
}