Skip to content

Instantly share code, notes, and snippets.

@watilde
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save watilde/2795f7c34f6ec8a926db to your computer and use it in GitHub Desktop.
Save watilde/2795f7c34f6ec8a926db to your computer and use it in GitHub Desktop.
$ testem launchers
info Seeking for config file...
Have 3 launchers available; auto-launch info displayed on the right.
Launcher Type CI Dev
------------ ------------ -- ---
Chrome browser ✔ ✔
Firefox browser
Safari browser
diff --git a/testem.json b/testem.json
index 9b4b210..30cb0c5 100644
--- a/testem.json
+++ b/testem.json
@@ -15,7 +15,10 @@
"build/app.js",
"compiled/test/**/*.js"
],
- "launchers_in_ci":[
+ "launch_in_ci":[
+ "Chrome"
+ ],
+ "launch_in_dev":[
"Chrome"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment