Skip to content

Commit

Permalink
Add new reporter method; Bump version (v2.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev authored and AndreyBelym committed May 23, 2019
1 parent df0aee4 commit 3c4406f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions generators/app/templates/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ module.exports = function () {
throw new Error('Not implemented');
},

reportTestStart (/* name, testMeta */) {
// NOTE: This method is optional.
},

reportTestDone (/* name, testRunInfo */) {
throw new Error('Not implemented');
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-testcafe-reporter",
"version": "2.1.2",
"version": "2.2.0",
"description": "Scaffold out a TestCafe reporter",
"homepage": "https://github.com/DevExpress/generator-testcafe-reporter",
"author": {
Expand Down

0 comments on commit 3c4406f

Please sign in to comment.