objectiv-analytics
objectiv-analytics copied to clipboard
New package: Cypress commands plugin
We built some custom commands to ease e2e testing with Cypress. Let's bundle them up in a nice package, complete with TS definitions.
Extra
-
Consider cleaning up and reusing the, currently private,
testing-toolspackage. Could be an opportunity of making it into a more official repository of this kind of code. -
Look into creating helpers around Jest snapshot testing as well. Same API as the commands we made for Cypress.