update github yaml

This commit is contained in:
shao.xiaoping 2024-01-23 14:23:06 +08:00
parent a0356d8801
commit 98f933c0e2
2 changed files with 7 additions and 2 deletions

View File

@ -41,13 +41,13 @@ jobs:
- name: Ensure browsers are installed - name: Ensure browsers are installed
run: pipenv run python -m playwright install run: pipenv run python -m playwright install
- name: Run test cases - name: Run test cases
run: pipenv run pytest -s --alluredir=temp -m smoke run: pipenv run python run.py
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: always() if: always()
with: with:
name: playwright-traces_and_results name: playwright-traces_and_results
path: | path: |
temp/ report/
*trace.zip *trace.zip

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/logs/*
/temp/*
/report/*
/file/picture/*
/.idea/*