Skip to content

Commit 9a96dba

Browse files
test: Explicitly call us1.py and us2.py in Selenium test execution with HTML report generation
1 parent 96051f7 commit 9a96dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-selenium-ci-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
mkdir -p tests/screenshots
112112
113113
cd tests
114-
# Add HTML report generation
115-
python -m pytest -v --html=report.html
114+
# Explicitly call us1.py and us2.py, add HTML report generation
115+
python -m pytest -v --html=report.html us1.py us2.py
116116
env:
117117
APP_URL: 'http://localhost:3000'
118118
PYTHONPATH: ${{ github.workspace }}

0 commit comments

Comments
 (0)