Skip to content

Commit 8265968

Browse files
fix(docs): link to trace categories - fixes #14337
1 parent ac7a2af commit 8265968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wdio-lighthouse-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ expect(result.passed).toBe(true)
189189

190190
### `startTracing(categories, samplingFrequency)` Command
191191

192-
Start tracing the browser. You can optionally pass in custom tracing categories (defaults to [this list](https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-lighthouse-service/src/constants.js#L1-L9)) and the sampling frequency (defaults to `10000`).
192+
Start tracing the browser. You can optionally pass in custom tracing categories (defaults to [this list](https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-lighthouse-service/src/constants.ts#L12-L56)) and the sampling frequency (defaults to `10000`).
193193

194194
```js
195195
await browser.startTracing()

0 commit comments

Comments
 (0)