Skip to content

Commit

Permalink
Debug pytest installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayima Okeyeva committed Jan 13, 2025
1 parent b86105f commit a10cc70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/selenium-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ jobs:
BASE_URL: ${{ vars.PRODUCTION_URL }}
run: |
source venv/bin/activate
which pytest
pip show pytest
pip freeze | grep pytest
pytest --version
pytest --env=production --env_url=${{ vars.PRODUCTION_URL }} tests/test_login.py -sv --headless \
--html=latest_logs/report_production_${{ matrix.browser }}.html \
--self-contained-html --browser-name=${{ matrix.browser }}
Expand Down

0 comments on commit a10cc70

Please sign in to comment.