docs: improve python ci guide (#27724)
This commit is contained in:
parent
f46c889449
commit
a9bfb22852
|
|
@ -101,7 +101,12 @@ jobs:
|
||||||
- name: Ensure browsers are installed
|
- name: Ensure browsers are installed
|
||||||
run: python -m playwright install --with-deps
|
run: python -m playwright install --with-deps
|
||||||
- name: Run your tests
|
- name: Run your tests
|
||||||
run: pytest
|
run: pytest --tracing=retain-on-failure
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: playwright-traces
|
||||||
|
path: test-results/
|
||||||
```
|
```
|
||||||
|
|
||||||
```yml java title=".github/workflows/playwright.yml"
|
```yml java title=".github/workflows/playwright.yml"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue