Skip to content

Commit

Permalink
chore: hermione -> testplane
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Apr 5, 2024
1 parent ad70c22 commit 3a27e10
Show file tree
Hide file tree
Showing 14 changed files with 2,710 additions and 1,830 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hermione-plugins-profiler
# @testplane/plugins-profiler

Plugins to profile another plugins of [hermione](https://github.com/gemini-testing/hermione).
Plugins to profile another plugins of [testplane](https://github.com/gemini-testing/testplane).

UI for this plugin [hermione-profiler-ui](https://github.com/gemini-testing/hermione-profiler-ui).

Expand All @@ -9,17 +9,17 @@ UI for this plugin [hermione-profiler-ui](https://github.com/gemini-testing/herm
Installation:

```sh
npm i -S hermione-plugins-profiler
npm i -D @testplane/plugins-profiler
```

### Attach

**.hermione.conf.js:**
**.testplane.conf.js:**

```js
// ...
plugins: {
"hermione-plugins-profiler": {
"@testplane/plugins-profiler": {
enabled: true,
reportPath: "path_to_report" // default - "./plugins-profiler"
}
Expand Down
Loading

0 comments on commit 3a27e10

Please sign in to comment.