Skip to content

Commit

Permalink
Merge pull request #445 from brightlayer-ui/feature/validation
Browse files Browse the repository at this point in the history
Add validation file
  • Loading branch information
emclaug2 authored Jun 7, 2022
2 parents 802ba5d + 5d7284b commit 3e9ed76
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions VALIDATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Validation Steps

### Manual Steps

#### Showcase
1. Beta package integrates into showcase without errors.
2. BLUI Data Display page renders correctly; checking ChannelValue, EmptyState, Hero, InfoListItem, ThreeLiner, and UserMenu.
3. BLUI Navigation page renders correctly; checking Mobile Stepper.
4. BLUI Surfaces page renders correctly; checking Collapsible Appbar, Toolbar Menu, and Scorecard.
5. BLUI Typography page renders correctly.

#### Sandbox
1. Verify the AppBar component renders correctly in the sandbox environment, using available knobs.
2. Verify the ChannelValue component renders correctly in the sandbox environment, using available knobs.
3. Verify the Drawer component renders correctly in the sandbox environment, using available knobs.
4. Verify the DrawerLayout component renders correctly in the sandbox environment, using available knobs.
5. Verify the Empty State component renders correctly in the sandbox environment, using available knobs.
6. Verify the Hero component renders correctly in the sandbox environment, using available knobs.
7. Verify the InfoListItem component renders correctly in the sandbox environment, using available knobs.
8. Verify the ListItemTag component renders correctly in the sandbox environment, using available knobs.
9. Verify the MobileStepper component renders correctly in the sandbox environment, using available knobs.
10. Verify the ScoreCard component renders correctly in the sandbox environment, using available knobs.
11. Verify the Spacer component renders correctly in the sandbox environment, using available knobs.
12. Verify the ThreeLiner component renders correctly in the sandbox environment, using available knobs.
13. Verify the ToolbarMenu component renders correctly in the sandbox environment, using available knobs.
14. Verify the UserMenu component renders correctly in the sandbox environment, using available knobs.

### Unit Test Count
118

0 comments on commit 3e9ed76

Please sign in to comment.