Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: smoke tests #2623

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Feat: smoke tests #2623

wants to merge 20 commits into from

Conversation

angela-tran
Copy link
Member

No description provided.

use a base image that already has playwright and its browsers installed
this provides a better dev experience when reading and writing tests
from within the devcontainer
this makes it so they are used any time pytest is invoked from this
directory
since the tests-pytest workflow runs from the root level, it will also
collect Playwright tests if we don't specify the directory.
make environment variables available so that the DISPLAY variable can
be specified for the host platform, and mount the XServer Unix
socket.
requires environment variables to be set for username, password, and
authenticator secret
@angela-tran angela-tran self-assigned this Jan 11, 2025
Copy link

github-actions bot commented Jan 11, 2025

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  benefits
  urls.py 43
Project Total  

This report was generated by python-coverage-comment-action

@github-actions github-actions bot added the tests Related to automated testing (unit, UI, integration, etc.) label Jan 11, 2025
@angela-tran angela-tran force-pushed the feat/playwright-headed-mode branch 5 times, most recently from daca2a0 to 42d81f8 Compare February 5, 2025 20:32
Base automatically changed from feat/playwright-headed-mode to main February 6, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Related to automated testing (unit, UI, integration, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant