k6-html-reporter
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "k6-html-reporter", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "A html reporter for k6", | ||
@@ -11,5 +11,8 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.10", | ||
"jest": "^26.6.3", | ||
"ts-jest": "^26.5.3", | ||
"ts-node": "^9.1.0", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -20,3 +23,3 @@ "scripts": { | ||
"start": "ts-node src/index.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest" | ||
}, | ||
@@ -23,0 +26,0 @@ "repository": { |
# k6-html-reporter | ||
A html reporter for k6 | ||
A light weight html reporter for k6 | ||
[![Build Status](https://travis-ci.com/szboynono/k6-html-reporter.svg?branch=main)](https://travis-ci.com/szboynono/k6-html-reporter) [![Generic badge](https://img.shields.io/badge/version-1.0.3-<COLOR>.svg)](https://shields.io/) | ||
## Install | ||
@@ -5,0 +9,0 @@ NPM: |
@@ -11,3 +11,6 @@ { | ||
}, | ||
"lib": ["es2015"] | ||
"lib": ["es2015"], | ||
"exclude": [ | ||
"src/**/*.test.ts" | ||
] | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
29802
15
217
0
72
6