jsonbinpack
Version:
A space-efficient schema-driven binary JSON serialization format based on JSON Schema
72 lines (71 loc) • 1.83 kB
JSON
{
"custom_commands_path": null,
"custom_assertions_path": null,
"page_objects_path": null,
"globals_path": null,
"globals": {
"abortOnAssertionFailure": true,
"abortOnElementLocateError": false,
"waitForConditionPollInterval": 500,
"waitForConditionTimeout": 5000,
"throwOnMultipleElementsReturned": false,
"suppressWarningsOnMultipleElementsReturned": false,
"asyncHookTimeout": 10000,
"unitTestsTimeout": 2000,
"customReporterCallbackTimeout": 20000,
"retryAssertionTimeout": 5000
},
"dotenv": {},
"persist_globals": false,
"output_folder": "tests_output",
"src_folders": null,
"live_output": false,
"disable_colors": false,
"parallel_process_delay": 10,
"selenium": {
"start_process": false,
"cli_args": {},
"server_path": null,
"log_path": "",
"check_process_delay": 500,
"max_status_poll_tries": 15,
"status_poll_interval": 200
},
"start_session": true,
"end_session_on_fail": true,
"test_workers": false,
"test_runner": "default",
"webdriver": {
"start_process": false,
"cli_args": {},
"server_path": null,
"log_path": "",
"check_process_delay": 100,
"max_status_poll_tries": 10,
"status_poll_interval": 200,
"process_create_timeout": 120000,
"timeout_options": {}
},
"test_settings": {},
"launch_url": "",
"silent": true,
"output": true,
"detailed_output": true,
"output_timestamp": false,
"disable_error_log": false,
"screenshots": false,
"log_screenshot_data": false,
"desiredCapabilities": {
"browserName": "firefox"
},
"exclude": null,
"filter": null,
"skipgroup": "",
"sync_test_names": true,
"skiptags": "",
"use_xpath": false,
"parallel_mode": false,
"report_prefix": "",
"unit_tests_mode": false,
"default_reporter": "junit"
}