Skip to content

Commit

Permalink
Debugging test_obj not yielding value by adding browser in deply file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitava-git committed Nov 27, 2023
1 parent 9a14ad2 commit 3d39dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pytest -k test_api_multiple_articles.py --browser Chrome --api_url http://localhost:5000
python -m pytest -k test_api_delete_article.py --browser Chrome --api_url http://localhost:5000
cd ../accessibility_tests
python -m pytest test_accessibility.py --browser Chrome --app_url http://localhost:5000
python -m pytest test_accessibility.py --browser headless-chrome --app_url http://localhost:5000
cd ../ui_tests
python -m pytest -n 4 --browser headless-chrome --app_url http://localhost:5000
Expand Down

0 comments on commit 3d39dda

Please sign in to comment.