docs(java): add API for providing source locations (#10998)
This commit is contained in:
parent
7d39d345c2
commit
1dd8325c9a
|
|
@ -133,6 +133,13 @@ Whether to capture DOM snapshot on every action.
|
|||
|
||||
Whether to include source files for trace actions.
|
||||
|
||||
### option: Tracing.start.sources
|
||||
* langs: java
|
||||
- `sources` <[boolean]>
|
||||
|
||||
Whether to include source files for trace actions. List of the directories with source code for the application
|
||||
must be provided via `PLAYWRIGHT_JAVA_SRC` environment variable.
|
||||
|
||||
### option: Tracing.start.title
|
||||
- `title` <[string]>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue