Skip to content

Commit

Permalink
Merge pull request #17453 from kategengler/kg-use-extracted-testem-re…
Browse files Browse the repository at this point in the history
…porter

Use extracted failure-only testem reporter
  • Loading branch information
kategengler committed Jan 17, 2019
2 parents 52ddee8 + 3a96122 commit 45dfc16
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 72 deletions.
47 changes: 0 additions & 47 deletions lib/testem/failure-only-per-browser-reporter.js

This file was deleted.

23 changes: 0 additions & 23 deletions lib/testem/failure-only-reporter.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -154,6 +154,7 @@
"serve-static": "^1.13.2",
"simple-dom": "^1.4.0",
"testem": "^2.14.0",
"testem-failure-only-reporter": "^0.0.1",
"tslint": "^5.12.1",
"typescript-eslint-parser": "^21.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion testem.browserstack.js
@@ -1,4 +1,4 @@
const FailureOnlyPerBrowserReporter = require('./lib/testem/failure-only-per-browser-reporter');
const FailureOnlyPerBrowserReporter = require('testem-failure-only-reporter/grouped-by-browser');

module.exports = {
test_page: 'dist/tests/index.html?hidepassed&hideskipped&timeout=60000',
Expand Down
2 changes: 1 addition & 1 deletion testem.travis-browsers.js
@@ -1,4 +1,4 @@
const FailureOnlyReporter = require('./lib/testem/failure-only-reporter');
const FailureOnlyReporter = require('testem-failure-only-reporter');

module.exports = {
test_page: 'tests/index.html?hidepassed&hideskipped&timeout=60000',
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -8188,6 +8188,13 @@ testdouble@^3.2.6:
quibble "^0.5.1"
stringify-object-es5 "^2.5.0"

testem-failure-only-reporter@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/testem-failure-only-reporter/-/testem-failure-only-reporter-0.0.1.tgz#d096a22b3c78b4d4bdc74d4f8727d75ef8c57b7a"
integrity sha512-a3bquFhuguXcI244mAzt8ByCIEoAOsI7NVihNafi8PTYDVCnpgxm73JluduR9GITXopdOeyLAJnlI3pavY7x3w==
dependencies:
testem "^2.9.2"

testem@^2.14.0, testem@^2.9.2:
version "2.14.0"
resolved "https://registry.yarnpkg.com/testem/-/testem-2.14.0.tgz#418a9a15843f68381659c6a486abb4ea48d06c29"
Expand Down

0 comments on commit 45dfc16

Please sign in to comment.