Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testcafe-reporter-json

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-reporter-json - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

6

lib/index.js

@@ -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 @@ },

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc