docs(tracing): remove the relative link
This commit is contained in:
parent
7adf907fba
commit
bdb4aefc8f
|
|
@ -1,6 +1,6 @@
|
||||||
# class: Tracing
|
# class: Tracing
|
||||||
|
|
||||||
API for collecting and saving Playwright traces. Playwright traces can be opened using the [CLI]('./cli.md') after
|
API for collecting and saving Playwright traces. Playwright traces can be opened using the Playwright CLI after
|
||||||
Playwright script runs.
|
Playwright script runs.
|
||||||
|
|
||||||
Start with specifying the folder traces will be stored in:
|
Start with specifying the folder traces will be stored in:
|
||||||
|
|
|
||||||
2
types/types.d.ts
vendored
2
types/types.d.ts
vendored
|
|
@ -10498,7 +10498,7 @@ export interface Touchscreen {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* API for collecting and saving Playwright traces. Playwright traces can be opened using the [CLI]('./cli.md') after
|
* API for collecting and saving Playwright traces. Playwright traces can be opened using the Playwright CLI after
|
||||||
* Playwright script runs.
|
* Playwright script runs.
|
||||||
*
|
*
|
||||||
* Start with specifying the folder traces will be stored in:
|
* Start with specifying the folder traces will be stored in:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue