aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runner/browsers.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner/browsers.js')
-rw-r--r--tests/runner/browsers.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runner/browsers.js b/tests/runner/browsers.js
new file mode 100644
index 000000000..4160ac0b5
--- /dev/null
+++ b/tests/runner/browsers.js
@@ -0,0 +1,4 @@
+// This list is static, so no requests are required
+// in the command help menu.
+
+export const browsers = [ "chrome", "ie", "firefox", "edge", "safari", "opera" ];