Skip to content

Commit

Permalink
Add skipped test to test data. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 2, 2017
1 parent c04b348 commit c33b595
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions generators/app/templates/test/utils/reporter-test-calls.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,19 @@ module.exports = [
}
]
},
{
method: 'reportTestDone',
args: [
'Third test in second fixture',
{
errs: [],
durationMs: 0,
unstable: false,
screenshotPath: null,
skipped: false
}
]
},
{
method: 'reportFixtureStart',
args: [
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.0.1",
"version": "2.1.0",
"description": "Scaffold out a TestCafe reporter",
"homepage": "https://github.com/DevExpress/generator-testcafe-reporter",
"author": {
Expand Down

0 comments on commit c33b595

Please sign in to comment.