Getting Started- Oxyge CLI
Oxygen CLI
Introduction
Usage
oxygen [OPTIONS]... FILE{
"iterations": 2,
"parallel": 1,
"url": "http://localhost:4444/wd/hub",
"cases": [
{
"name": "case1",
"path": "./testcase1.js"
},
{
"name": "case2",
"path": "./testcase2.js"
}
],
"environment": {
"some_parameter": "foo",
"another_parameter": "bar"
},
"capabilities": [
{
"browserName": "ie"
},
{
"browserName": "chrome"
}
],
"options": {
"autoReopen": true
}
}Last updated
Was this helpful?