testcafe-reporter-json
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -18,2 +18,3 @@ "use strict"; | ||
total: 0, | ||
skipped: 0, | ||
fixtures: [], | ||
@@ -41,2 +42,4 @@ warnings: [] | ||
if (testRunInfo.skipped) this.report.skipped++; | ||
this.currentFixture.tests.push({ | ||
@@ -48,3 +51,4 @@ name: name, | ||
unstable: testRunInfo.unstable, | ||
screenshotPath: testRunInfo.screenshotPath | ||
screenshotPath: testRunInfo.screenshotPath, | ||
skipped: testRunInfo.skipped | ||
}); | ||
@@ -51,0 +55,0 @@ }, |
{ | ||
"name": "testcafe-reporter-json", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "JSON TestCafe reporter plugin.", | ||
@@ -37,4 +37,4 @@ "repository": "https://github.com/DevExpress/testcafe-reporter-json", | ||
"read-file-relative": "^1.2.0", | ||
"testcafe": "0.2.0-alpha" | ||
"testcafe": "0.9.0" | ||
} | ||
} |
@@ -13,3 +13,3 @@ # testcafe-reporter-json | ||
``` | ||
npm install -g testcafe-reporter-json | ||
npm install testcafe-reporter-json | ||
``` | ||
@@ -16,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4770
50
0