1.0.1 • Published 10 months ago
@testplane/plugins-profiler v1.0.1
@testplane/plugins-profiler
Plugins to profile another plugins of Testplane.
UI for this plugin hermione-profiler-ui.
Using
Installation:
npm i -D @testplane/plugins-profilerAttach
.testplane.conf.js:
// ...
plugins: {
"@testplane/plugins-profiler": {
enabled: true,
reportPath: "path_to_report" // default - "./plugins-profiler"
}
}Development
Tests
To run test:
npm run testTo run test in watch-mode:
npm run test -- --watchAllLinters
To run linters:
npm run lintTo fix problems:
npm run fixRelease
commit
To commit changes use commands below:
git add .
npm run commit # to commit changes in interactive moderelease
npm run releaseAnd follow instructions.