From c33b595e14134295339735a5d51a7b2c8aa1926a Mon Sep 17 00:00:00 2001 From: inikulin Date: Tue, 3 Jan 2017 00:45:43 +0300 Subject: [PATCH] Add skipped test to test data. Bump version. --- .../app/templates/test/utils/reporter-test-calls.js | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/generators/app/templates/test/utils/reporter-test-calls.js b/generators/app/templates/test/utils/reporter-test-calls.js index fed5aad..67cd599 100644 --- a/generators/app/templates/test/utils/reporter-test-calls.js +++ b/generators/app/templates/test/utils/reporter-test-calls.js @@ -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: [ diff --git a/package.json b/package.json index a7546c7..4680990 100644 --- a/package.json +++ b/package.json @@ -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": {