visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Improve the test infrastructure by moving tests inside an iframe #442

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

There are a lot of things I want to do to make our testing better. But to start, I think it would be nice if tests ran inside of iframes. This would make it possible to run tests within a real browser, which currently you cannot do. I would like to do a lot more than that, but this would be a big start.