diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/tests/tools/wave/config.default.json | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/tools/wave/config.default.json')
-rw-r--r-- | testing/web-platform/tests/tools/wave/config.default.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/testing/web-platform/tests/tools/wave/config.default.json b/testing/web-platform/tests/tools/wave/config.default.json new file mode 100644 index 0000000000..5b696929bb --- /dev/null +++ b/testing/web-platform/tests/tools/wave/config.default.json @@ -0,0 +1,49 @@ +{ + "browser_host": "web-platform.test", + "alternate_hosts": { + "alt": "not-web-platform.test" + }, + "doc_root": ".", + "ws_doc_root": "./websockets/handlers", + "server_host": null, + "ports": { + "http": [8000, "auto"], + "https": [8443], + "ws": ["auto"], + "wss": ["auto"] + }, + "check_subdomains": true, + "log_level": "debug", + "bind_address": true, + "ssl": { + "type": "pregenerated", + "encrypt_after_connect": false, + "openssl": { + "openssl_binary": "openssl", + "base_path": "_certs", + "force_regenerate": false, + "base_conf_path": null + }, + "pregenerated": { + "host_key_path": "./tools/certs/web-platform.test.key", + "host_cert_path": "./tools/certs/web-platform.test.pem" + }, + "none": {} + }, + "aliases": [], + "wave": { + "results": "./results", + "timeouts": { + "automatic": 60000, + "manual": 300000 + }, + "enable_import_results": false, + "web_root": "/_wave", + "persisting_interval": 20, + "api_titles": [], + "enable_read_sessions": false, + "event_cache_duration": 60000, + "enable_test_type_selection": false, + "enable_test_file_selection": false + } +} |