generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #1040 ## Changes - [e2e] Update tests for `View Institution Profile` that were missed as part of #1013 - [fix] [View Institution Profile] Display alert when `sbl_institution_types` is `null` or `[]` - Updated `.nvmrc` to use `v22` - Updated `package.json -> engines` to use Node v22 - Update Github actions to use Node v22 - Updated Dockerfile to use new `node-js-alpine:3.20` base image ## How to test this PR 1. Pull branch 2. `nvm use` 3. `yarn start` to easily launch all backend services 4. `yarn docker-build-and-run` to run the container version of the Frontend 5. Update your `.env` file to run tests against the container version ``` SBL_PLAYWRIGHT_TEST_TARGET="http://localhost:8085" ``` 6. `yarn playwright test --workers 4` 7. Verify all tests pass --------- Co-authored-by: tanner-ricks <182143365+tanner-ricks@users.noreply.github.com>
- Loading branch information
1 parent
c4db3e1
commit 1143bfe
Showing
5 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18 | ||
v22 |
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
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
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
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