30 lines
825 B
JSON
30 lines
825 B
JSON
{
|
|
"defaultCommandTimeout": 5000,
|
|
"xxxretries": 3,
|
|
"integrationFolder": "tests",
|
|
"supportFile": "support",
|
|
"baseUrl": "http://localhost:7575",
|
|
"xxbaseUrl": "https://test.helloayanova.com",
|
|
"xxxbaseUrl": "http://localhost:8080",
|
|
"video": false,
|
|
"env": {
|
|
"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"
|
|
}
|
|
}
|
|
} |