Looking for suggestions for testing #42
sbennett33
started this conversation in
General
Replies: 1 comment
-
Hey @sbennett33! I suspect it varies quite a bit depending on your needs and preferences. Some thoughts:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for this library! I've been playing with it locally and it looks great so far.
One piece of the story I want to figure out before I suggest this to the rest of the team is testing. I know it's fairly straightforward to test the controller responses but I'm wondering what the best method is for testing the frontend and if anyone has any tips for integrating that testing into the rest of the project. Are people doing End-to-End testing with something like Wallaby or Hound? Unit testing the frontend separately using Jest/Mocha? Just saying YOLO and shipping it?
Any thoughts or suggestions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions