-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from esnet/test/TERR-425-react-component-code-…
…coverage test: [TERR-425] React Component Code Coverage and Error Validation
- Loading branch information
Showing
29 changed files
with
913 additions
and
426 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Setup Node.js environment for build | ||
- name: Setup Node.js environment for build and testing | ||
uses: actions/[email protected] | ||
with: | ||
node-version: "18.x" | ||
|
@@ -40,13 +40,11 @@ jobs: | |
- name: Install dependencies | ||
run: yarn install --frozen-lockfile | ||
|
||
- name: Build and test frontend | ||
- name: Build frontend | ||
run: yarn build | ||
|
||
- name: Setup Node.js environment for E2E testing | ||
uses: actions/[email protected] | ||
with: | ||
node-version: "18.x" | ||
- name: Test components | ||
run: make test:component | ||
|
||
- name: Install E2E dependencies | ||
run: | | ||
|
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
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
Oops, something went wrong.