Skip to content

Instantly share code, notes, and snippets.

@zemanel
Created December 1, 2015 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zemanel/b5b54d84882b894fdaf5 to your computer and use it in GitHub Desktop.
Save zemanel/b5b54d84882b894fdaf5 to your computer and use it in GitHub Desktop.
diff --git a/ember-example/tests/intern.js b/ember-example/tests/intern.js
index 4950e67..cd2961e 100644
--- a/ember-example/tests/intern.js
+++ b/ember-example/tests/intern.js
@@ -22,6 +22,7 @@ define({
// OnDemand. Options that will be permutated are browserName, version, platform, and platformVersion; any other
// capabilities options specified for an environment will be copied as-is
environments: [
+ { browserName: 'chrome' },
{ browserName: 'firefox' },
/*
// Uncomment these for more testing!
@@ -52,7 +53,7 @@ define({
]
},
- reporters: [ 'console' ],
+ reporters: [ 'Console', 'LcovHtml', 'Cobertura', 'JUnit', 'Pretty' ],
// Non-functional test suite(s) to run in each browser
suites: [ ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment