mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03:00
docs(tracing): remove the relative link
This commit is contained in:
parent
7adf907fba
commit
bdb4aefc8f
@ -1,6 +1,6 @@
|
||||
# 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.
|
||||
|
||||
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.
|
||||
*
|
||||
* Start with specifying the folder traces will be stored in:
|
||||
|
Loading…
Reference in New Issue
Block a user