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

UI testing #214

Open
davenquinn opened this issue Jun 1, 2024 · 0 comments
Open

UI testing #214

davenquinn opened this issue Jun 1, 2024 · 0 comments
Assignees

Comments

@davenquinn
Copy link
Member

To augment our continuous integration and deployment as we move towards production, we need to make sure we don't break the codebase as we go. Some testing implementation is necessary to ensure that the full application functions as designed.

I think the ideal pathway here is to first have a few tests that answer questions such as:

  • Does the homepage render correctly?
  • Are specific elements on the page available?

These tests would likely have to run outside of the renderer (e.g., spin up the dev server, hit some test urls, parse and make assertions over the html output).

Once we have this basic level of QA, we can start testing more detailed elements (individual components) and adding more detailed tests (is CSS doubled? are initial loads optimized and quick? etc.)

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

No branches or pull requests

2 participants