Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 972 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 972 Bytes

Structure

infrastructure folder

Contains base fixtures (e.g. authenticatedTest which authorizes the user)

page-objects folder

Contains Page Objects for components and pages

storybook folder

Contains tests that run over Storybook stories. We automatically generate a test per each Story, which basically takes a screenshot and verifies that it didn't change.

tests folder

Regular tests are located here.