Prerequisites
Proposal
Automate this process to make the developer experience in testing SSR better.
Let the CI block any failures in the test , so that developer will know that new changes has broke.
Acceptance criteria:
- ensure failed test blocks the subsequent build and publish step
- Successful test can move on to the next steps
Motivation and context
Need a automated way to ensure that components built always pass the SSR tests.
Reduce developer manual checking and enhance dev experience. Also maintain better stability of components
Prerequisites
Proposal
Automate this process to make the developer experience in testing SSR better.
Let the CI block any failures in the test , so that developer will know that new changes has broke.
Acceptance criteria:
Motivation and context
Need a automated way to ensure that components built always pass the SSR tests.
Reduce developer manual checking and enhance dev experience. Also maintain better stability of components