https://github.com/gemini-testing/testplane-profiler
Testplane profiler plugin
https://github.com/gemini-testing/testplane-profiler
testplane-plugin
Last synced: 9 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T11:17:01.000Z (over 1 year ago)
- Last Synced: 2025-09-02T08:59:07.381Z (10 months ago)
- Topics: testplane-plugin
- Language: JavaScript
- Homepage:
- Size: 378 KB
- Stars: 0
- Watchers: 5
- 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.