As a notify team member, I want the UI tests to run periodically to potentially catch inter-component bugs that would not otherwise by caught by unit tests.
WHY are we building?
To increase software stability
WHAT are we building?
Scheduled UI test runs
VALUE created by our solution
Increased confidence that we are shipping solid code
Acceptance Criteria
Given some context, when (X) action occurs, then (Y) outcome is achieved
[ ] UI test suite (excluding a11y since they already run separately) runs every 3 hours
QA Steps
[ ] Check the actions tab of github, ensure the tests are running every 3 hours
Description
As a notify team member, I want the UI tests to run periodically to potentially catch inter-component bugs that would not otherwise by caught by unit tests.
WHY are we building?
WHAT are we building?
VALUE created by our solution
Acceptance Criteria
Given some context, when (X) action occurs, then (Y) outcome is achieved
QA Steps