Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gemini-testing/testplane-profiler
Testplane profiler plugin
https://github.com/gemini-testing/testplane-profiler
testplane-plugin
Last synced: about 2 months ago
JSON representation
Testplane profiler plugin
- Host: GitHub
- URL: https://github.com/gemini-testing/testplane-profiler
- Owner: gemini-testing
- License: mit
- Created: 2017-07-21T10:29:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T14:17:09.000Z (9 months ago)
- Last Synced: 2024-11-13T06:31:05.040Z (about 2 months ago)
- Topics: testplane-plugin
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# @testplane/profiler
Testplane profiler
## Installation
```
npm i @testplane/profiler
```## Usage
Plugin has following configuration:
- **enabled** (optional) `Boolean` – enable/disable the plugin, by default plugin is enabled;
- **path** (optional) `String` - path to directory for saving report file; by default report will be saved into `testplane-profiler/index.html` inside current work directory.