feat: new container jsf frontend tests workflow#92
Open
srmanda-cs wants to merge 4 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new GitHub Actions workflow intended to run JSF frontend Playwright tests against a Dataverse stack started via the existing container/Maven tooling.
Changes:
- Adds a workflow that builds Dataverse container images and starts the container stack.
- Configures Dataverse settings and provisions a builtin user for Playwright to authenticate with.
- Runs
kunai-runnerPlaywright tests and uploads Playwright artifacts and Docker logs for debugging.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| echo "Creating builtin test user..." | ||
| CREATE_RESPONSE=$(curl --fail-with-body -sS -X POST \ | ||
| -H "Content-Type: application/json" \ | ||
| "http://localhost:8080/api/builtin-users?key=burrito&sendEmailNotification=false" \ |
Comment on lines
+206
to
+208
| "email": "playwright@mailinator.com", | ||
| "password": "Playwright1!" | ||
| }') |
| "email": "playwright@mailinator.com", | ||
| "password": "Playwright1!" | ||
| }') | ||
| echo "Create response: $CREATE_RESPONSE" |
Comment on lines
+212
to
+213
| docker exec dev_dataverse curl --fail-with-body -sS -X POST \ | ||
| "http://localhost:8080/api/admin/superuser/playwright" |
Comment on lines
+37
to
+40
| permissions: | ||
| contents: read | ||
| checks: write | ||
| pull-requests: write |
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:
Which issue(s) this PR closes:
Special notes for your reviewer:
Suggestions on how to test this:
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: