|
|
|
|
|
by bornelsewhere
1272 days ago
|
|
An important topic I do not see discussed on HTMX and other such tools is testing. 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. |
|
[0]: https://fastapi.tiangolo.com/tutorial/testing/?h=testing#ext...