1
0
mirror of synced 2026-08-04 06:26:55 +00:00

feat: include source files in trace (#754)

This commit is contained in:
Yury Semikhatsky
2021-12-17 16:58:00 -08:00
committed by GitHub
parent 963afac983
commit 86e91590cb
11 changed files with 178 additions and 62 deletions
+5
View File
@@ -40,6 +40,11 @@ jobs:
run: mvn test --no-transfer-progress --fail-at-end
env:
BROWSER: ${{ matrix.browser }}
- name: Run tracing tests w/ sources
run: mvn test --no-transfer-progress --fail-at-end -D test=*TestTracing*
env:
BROWSER: ${{ matrix.browser }}
PLAYWRIGHT_JAVA_SRC: src/test/java
- name: Test Spring Boot Starter
shell: bash
env: