https://github.com/dbspt/scorpion-report
Scorpion-core support pack
https://github.com/dbspt/scorpion-report
Last synced: about 2 months ago
JSON representation
Scorpion-core support pack
- Host: GitHub
- URL: https://github.com/dbspt/scorpion-report
- Owner: dbspt
- License: mit
- Created: 2022-07-17T18:50:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T01:30:44.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T10:03:21.154Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scorpion Report
[](http://commitizen.github.io/cz-cli/)
Scorpion-core support pack.
### Installation
```console
$ npm install @dbservices/scorpion-report
```
### Example of use:
```typescript
import * as Report from "@dbservices/scorpion-report";
setTimeout(async function () {
await Report.generate({
jsonFile: "reports/cucumber_report.json",
output: "reports/report.html",
});
}, 1000);
```