Plugins to profile another plugins of Testplane.
UI for this plugin hermione-profiler-ui.
Installation:
npm i -D @testplane/plugins-profiler.testplane.conf.js:
// ...
plugins: {
"@testplane/plugins-profiler": {
enabled: true,
reportPath: "path_to_report" // default - "./plugins-profiler"
}
}To run test:
npm run testTo run test in watch-mode:
npm run test -- --watchAllTo run linters:
npm run lintTo fix problems:
npm run fixTo commit changes use commands below:
git add .
npm run commit # to commit changes in interactive modenpm run releaseAnd follow instructions.