Skip to content

Commit

Permalink
feat(QAWTO-194): disabled not launched test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarfe committed Jun 5, 2024
1 parent 57baae1 commit be9e107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd web_playwright
python -m pytest tests/test_web_playwright_pytest.py --junitxml="test-result-pytest-${{ matrix.python-version }}.xml"
python -m pytest tests/test_web_playwright_library_sync.py --junitxml="test-result-sync-${{ matrix.python-version }}.xml"
python -m pytest tests/test_web_playwright_library_async.py --junitxml="test-result-async-${{ matrix.python-version }}.xml"
# python -m pytest tests/test_web_playwright_library_async.py --junitxml="test-result-async-${{ matrix.python-version }}.xml"
- name: Test Reporter for pyhton ${{ matrix.python-version }}
uses: dorny/test-reporter@v1
if: always()
Expand Down

0 comments on commit be9e107

Please sign in to comment.