Skip to content

Install pytest in e2e_browser workflow#94

Merged
JE-Chen merged 1 commit intomainfrom
dev
Apr 27, 2026
Merged

Install pytest in e2e_browser workflow#94
JE-Chen merged 1 commit intomainfrom
dev

Conversation

@JE-Chen
Copy link
Copy Markdown
Member

@JE-Chen JE-Chen commented Apr 27, 2026

Summary

The E2E browser workflow installs dev_requirements.txt but neither
that file nor requirements.txt lists pytest, so python -m pytest test/e2e_test/ -m e2e -v aborted with No module named pytest on
the GitHub-hosted runner. Add an explicit pip install pytest step,
matching the pattern already used in test_dev.yml /
test_stable.yml.

Test plan

  • Trigger E2E Browser Smoke via workflow_dispatch and confirm
    pytest resolves
  • Next scheduled (06:00 UTC) run is green

Matches the explicit pytest install in test_dev / test_stable workflows.
Neither requirements.txt nor dev_requirements.txt lists pytest, so the
e2e job hit ModuleNotFoundError when invoking python -m pytest.
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@sonarqubecloud
Copy link
Copy Markdown

@JE-Chen JE-Chen merged commit 341a48d into main Apr 27, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant