@rapitest/rapi-api
Version:
Rapi API for NodeJS provides user level api using rapi runner.
42 lines • 1.08 kB
JSON
{
"input": {
"testSuites": [
"./example/test1.json"
]
},
"play": {},
"report": {
"type": "json",
"snapshot": 0
},
"webdriver": {
"configs": [
{
"serverUrl": "http://localhost:4444",
"type": "selenium",
"browsers": [
{
"active": true,
"capability": {
"browserName": "firefox"
},
"keepSessionAlive": false
}
]
},
{
"serverUrl": "http://localhost:4444",
"type": "selenium",
"browsers": [
{
"active": true,
"capability": {
"browserName": "firefox"
},
"keepSessionAlive": false
}
]
}
]
}
}