(no title)
bornelsewhere | 3 years ago
Frontend frameworks all have a way to unit- and integration-test their components without resorting to Cypress or Playwright. How do you integration-test the effect of your hypermedia enhanced applications without a (headless) browser? Using Chrome for a few end-to-end tests is fine. But it is not a replacement for in process RackTest (to give a Rails specific example).
From a quick glance testing is not addressed in this book either.
polyrand|3 years ago
[0]: https://fastapi.tiangolo.com/tutorial/testing/?h=testing#ext...
deniz-a|3 years ago
niels_bom|3 years ago
bornelsewhere|3 years ago