-
Notifications
You must be signed in to change notification settings - Fork 0
[BDMS-264] Patch CI/CD Cypress Testing #132
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
592be54
feat: update cypress config base url based on environment
chasetmartin 6d100a4
feat: type and zod schema regeneration
chasetmartin ab29866
feat: update cypress CI to use dockerized api application
chasetmartin 1dfb83c
fix: update testing environment before docker compose up
chasetmartin e29978e
fix: add staging environment for cypress run
chasetmartin a2194d8
feat: update settings to api path and add seed data from transfers.se…
chasetmartin b928ef5
fix: update documentation wording
chasetmartin 97b9ae5
fix: add seed script in same step as container start
chasetmartin 4263e8d
fix: add cy wait to contact edit test
chasetmartin e68a5d2
fix: try cypress debug and removing second api url
chasetmartin 1aa0700
fix: try another debug method
chasetmartin 2c18d51
fix: try changing data provider api settings
chasetmartin 6d05ed5
fix: try adding a curl request check
chasetmartin 3be5cf4
fix: try a browser api endpoint check
chasetmartin aa9f58e
fix: another browser network test
chasetmartin 58b7c9e
fix: try change how autocomplete works
chasetmartin 1a4079f
fix: more logs
chasetmartin 54672b9
fix: env variable update and logs
chasetmartin c7f39d9
fix: move test variable
chasetmartin 53b3633
[test/setup] Vite test to use live FastAPI server
TylerAdamMartinez 3b3cebf
[github/workflows/CI_testing] Combined cypress & vite tests to one wo…
TylerAdamMartinez f3e0dc4
[CI_testing] Swap seeder for real transfer
TylerAdamMartinez 6119aae
[CI_testing] Now set to use experimental seeding branch
TylerAdamMartinez 687d2e1
Mv it back to using the seeder
TylerAdamMartinez 40994b0
Add INSTALL_DEV env & set it to true
TylerAdamMartinez 046f74a
[CI_*] Split testing between vite & cypress
TylerAdamMartinez 14436ed
[src/generated] update files
TylerAdamMartinez 9d4e9ba
[vite test] revert files
TylerAdamMartinez ed19238
[settings] Vite test 4010 & cypress 8000
TylerAdamMartinez fc5c70b
[thing-well-screen] Patch test
TylerAdamMartinez 7624c40
[cypress] rm waits
TylerAdamMartinez 0fc1559
[settings] Add guard for node v vite builds
TylerAdamMartinez b84ebfb
[cypress/**/location_*] Patch test to circumvent USGS fetch
TylerAdamMartinez edd8cf6
[location_edit] Add coordinate method to fix broken test
TylerAdamMartinez 7a095aa
[CI_cypress] Update backend sourcing branch
TylerAdamMartinez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I was following the cypress docs example with this build and upload artifact step, but it seems redundant to me so I like that you removed it.