12525 Automated JSF Frontend Playwright Tests#12526
Open
srmanda-cs wants to merge 8 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow to run automated Playwright-based JSF frontend tests against a containerized Dataverse instance, leveraging the external uncch-rdmc/kunai-runner test suite.
Changes:
- Introduces a CI workflow that builds and starts the Dataverse container stack via Maven and waits for API readiness.
- Checks out
uncch-rdmc/kunai-runner, installs Node/Playwright dependencies, and runs Playwright tests againsthttp://localhost:8080. - Uploads Playwright artifacts (report + traces/videos/screenshots) and Dataverse container logs for debugging.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+217
to
+222
| - name: Checkout kunai-runner | ||
| uses: actions/checkout@v6 | ||
| with: | ||
| repository: uncch-rdmc/kunai-runner | ||
| path: kunai-runner | ||
|
|
Contributor
Author
There was a problem hiding this comment.
Sure. This is upstream's decision to make. It's probably a good decision too. More manual work, but outsourcing QA to an external repository is never a good idea
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Removed commented-out code for creating a Playwright test user and uploading Playwright test results.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR introduces a GitHub Action that pulls the kunai-runner frontend testing repository and runs it against a containerized version of Dataverse.
Which issue(s) this PR closes:
Special notes for your reviewer:
Workflow triggers, folder restrictions, etc are all preferences of upstream
Suggestions on how to test this:
Running the GitHub Action should give you a very clear picture of the tests.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
N/A
Is there a release notes update needed for this change?:
N/A
Additional documentation:
N/A