generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Experience/15059/smoke GitHub action #15332
Merged
Merged
Conversation
This file contains 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
…un against live data
penny-lischer
added
frontend
Work Type label to flag work related to the front-end websites
experience
Team label to flag issues owned by the Experience Team
labels
Jul 24, 2024
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
jpandersen87
approved these changes
Jul 24, 2024
snesm
approved these changes
Jul 25, 2024
Quality Gate passedIssues Measures |
Branch deployed to Chromatic 🚀.
View via: |
jack-h-wang
pushed a commit
that referenced
this pull request
Jul 26, 2024
* 15059 - added github action workflow for frontend smoke tests to be run against live data * 15059 - removed env param * 15059 - Added pre steps for running smoke tests * 15059 - updates to github action for smoke e2e * 15059 - updates to github action for smoke e2e * 15059 - updated to use secrets * 15059 - Added on workflow_dispatch * 15059 - Fixed merge conflicts * 15059 - Removed smoke attribute from tests that need to be reworked in future PR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
experience
Team label to flag issues owned by the Experience Team
frontend
Work Type label to flag work related to the front-end websites
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.
This PR ...
Added github action workflow for frontend smoke tests to be run against live data.
Test Steps:
Run the Start Frontend Smoke Tests workflow.
You should be prompted to select your admin un/pw for such environment.
Changes
Checklist
Testing
./prime test
or./gradlew testSmoke
against local Docker ReportStream container?npm run lint:write
?Linked Issues