You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have quite a comprehensive testing framework that does a lot of the heavy lifting for making writing tests as pain free as possible however none of this is documented.
Completion criteria
Please create documentation in the repo that outlines:
How our testing framework is set up and initialised
What assumptions it makes and does for you out of the box (e.g. the custom render method, MSW happy paths)
What helper functions are available (e.g. runTestAsViewer), options you can provide the custom render method (e.g. routing options, custom meta, etc.)
How to write tests
Outlines how larger features have a meta testing framework with their own helpers to reduce writing boilerplate. See PR: Check form redesign #847
The text was updated successfully, but these errors were encountered:
Problem
We have quite a comprehensive testing framework that does a lot of the heavy lifting for making writing tests as pain free as possible however none of this is documented.
Completion criteria
Please create documentation in the repo that outlines:
runTestAsViewer
), options you can provide the customrender
method (e.g. routing options, custom meta, etc.)The text was updated successfully, but these errors were encountered: