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

Add basic app working test #126

Merged
merged 2 commits into from
Nov 6, 2024
Merged

Add basic app working test #126

merged 2 commits into from
Nov 6, 2024

Conversation

yndajas
Copy link
Collaborator

@yndajas yndajas commented Nov 6, 2024

Breaking changes were merged to the app that caused it to be unable to boot up. We didn't notice this until someone tried to load up the deployed site. Non-major Renovate dependency PRs are merged automatically on this repo, which is risky without at least minimal automated testing. We had a CI workflow to test that the app built but this evidently wasn't sufficient. This adds Playwright so that we can do a basic 'homepage loads' kind of end-to-end test, and run this on CI for pull requests and pushes to main

This is part of a restructure of #121, breaking it down into multiple PRs. This covers the last two commits

Breaking changes were merged to the app that caused it to be unable to
boot up. We didn't notice this until someone tried to load up the
deployed site. Non-major Renovate dependency PRs are merged
automatically on this repo, which is risky without at least minimal
automated testing. We had a CI workflow to test that the app built but
this evidently wasn't sufficient. This adds Playwright so that we can do
a basic 'homepage loads' kind of end-to-end test, and run this on CI for
pull requests and pushes to main
Per the last commit, this is to ensure automated dependency PRs don't
get merged and silently bring the app down
Base automatically changed from upgrade-govuk-prototype-kit-2 to main November 6, 2024 15:15
@yndajas yndajas merged commit 22e9a02 into main Nov 6, 2024
2 checks passed
@yndajas yndajas deleted the add-basic-app-working-test branch November 6, 2024 15:15
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.

2 participants