Acceptance criteria
For Design system the main output is Components' library. To define if developed component is aligned with initial design and requirements, for each story set of Acceptance criteria is submitted. It includes the following levels:
...
There is also a set of criteria that applies across all stories and can therefore be applied to each story, but not repeated within each story. Relevant DoD criteria are listed below:
Code is peer-reviewed;
Code is checked-in;
Design & Code Component’s code is merged to master branch;
Component meets WCAG 2.1 AA;Security standards have been met;
Coding standards have been met;
Performance standards have been met;
Code is deployed to test environment;
HTML is validated with Nu HTML Checker;
Code/feature passes regression testing;
Code/feature passes smoke testingComponent meets acceptance criteria;
Visual regression testing passed (Percy when available);
Cross-browser testing is passed (link to the support page (needs to be approved first));
Code Component interface is documented in Storybook;
UAT and BUAT are is passed;
Documentation BUAT is updatedpassed;Feature is signed
off by stakeholdersBasic overview documentation is published to Storybook;
Feature Component is released to AWS Code Artifact.