-
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.
test: organizing tests into groups (#188)
test: standardizing tests for badges test: added debugFillProperties test helper function docs: added helper function section to TESTING_README docs: added link to excel sheet in TESTING_README test: added test count script fix: changed storybook to widgetbook in name of deploy preview in pull request github action docs: created test counter script docs: test_counter script improvements test: moved script files to different PR test: implemented helper function in avatar and banner tests tests: organised button, chat_item, and checkbox tests tests: organised tests for chip and comms button tests: organised chat item, checkbox, chip, dialpad, fab, icon, in page banner, password, search bar, slider, stepper input, and, tooltip chore(automated): Lint commit and format fix: removed '$componentName' from all test files fix: removed analyzer from dependencies
- Loading branch information
Showing
62 changed files
with
2,733 additions
and
2,054 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
| Component | Accessibility | Content | Dimensions | Styling | Interaction | Golden | Performance | Unorganised | Total Tests | | ||
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | ||
| Accordion | 0 | 2 | 0 | 1 | 2 | 0 | 0 | 0 | 5 | | ||
| Avatar | 1 | 3 | 6 | 5 | 0 | 6 | 0 | 0 | 21 | | ||
| Indicator | 0 | 7 | 0 | 0 | 0 | 5 | 0 | 0 | 12 | | ||
| Label | 0 | 8 | 0 | 0 | 0 | 7 | 0 | 0 | 15 | | ||
| Priority Pill | 0 | 5 | 0 | 0 | 0 | 4 | 0 | 0 | 9 | | ||
| Status Label | 0 | 3 | 0 | 0 | 0 | 2 | 0 | 0 | 5 | | ||
| Tag | 0 | 3 | 0 | 0 | 0 | 2 | 0 | 0 | 5 | | ||
| Banner | 3 | 4 | 0 | 3 | 0 | 1 | 0 | 3 | 14 | | ||
| Button | 0 | 10 | 0 | 2 | 1 | 8 | 0 | 0 | 21 | | ||
| Chat Item | 0 | 10 | 0 | 0 | 0 | 0 | 0 | 0 | 10 | | ||
| Checkbox | 0 | 3 | 0 | 0 | 3 | 2 | 0 | 0 | 8 | | ||
| Chip | 0 | 1 | 0 | 0 | 5 | 0 | 0 | 0 | 6 | | ||
| Comms Button | 2 | 7 | 0 | 0 | 0 | 1 | 0 | 0 | 10 | | ||
| Dialpad | 0 | 2 | 0 | 1 | 2 | 3 | 0 | 0 | 8 | | ||
| Fab | 0 | 6 | 0 | 1 | 1 | 4 | 0 | 0 | 12 | | ||
| Icon | 1 | 4 | 1 | 6 | 0 | 0 | 0 | 0 | 12 | | ||
| In Page Banner | 0 | 4 | 0 | 4 | 2 | 4 | 0 | 0 | 14 | | ||
| Password Input | 0 | 4 | 0 | 0 | 0 | 1 | 0 | 0 | 5 | | ||
| Search Bar | 0 | 5 | 0 | 0 | 5 | 5 | 0 | 0 | 15 | | ||
| Slider | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | | ||
| Stepper Input | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | | ||
| Tooltip | 0 | 3 | 1 | 3 | 0 | 4 | 0 | 0 | 11 | | ||
| Extended Top App Bar | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 3 | | ||
| Total Tests | 7 | 95 | 8 | 26 | 23 | 59 | 0 | 6 | 224 | |
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.