docs(java): add API for providing source locations (#10998)

This commit is contained in:
Yury Semikhatsky 2021-12-17 10:50:47 -08:00 committed by GitHub
parent 7d39d345c2
commit 1dd8325c9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]>