OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
test
/
e2e-selenium
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:33:49 AM
rwxr-xr-x
📄
README.md
99 bytes
08/07/2024 04:33:49 AM
rw-r--r--
📄
db.json
3.41 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
nightwatch.json
605 bytes
08/07/2024 04:33:49 AM
rw-r--r--
📁
pages
-
08/07/2024 04:33:55 AM
rwxr-xr-x
📁
scenarios
-
08/07/2024 04:34:16 AM
rwxr-xr-x
📁
static
-
08/07/2024 04:34:16 AM
rwxr-xr-x
Editing: nightwatch.json
Close
{ "src_folders" : ["test/e2e-selenium/scenarios"], "output_folder" : "reports", "live_output": true, "custom_commands_path" : "", "custom_assertions_path" : "", "page_objects_path" : "test/e2e-selenium/pages", "globals_path" : "", "test_runner" : { "type" : "mocha", "options" : { "ui" : "bdd", "reporter" : "list" } }, "webdriver": { "start_process": true, "server_path": "node_modules/.bin/chromedriver", "port": 9515 }, "test_settings": { "default": { "desiredCapabilities": { "browserName": "chrome" } } } }