Closed bkestelman closed 5 years ago
Will be very useful as code gets bigger, for essential sanity checks. Should be easier to set up and run than full end-to-end browser tests.
testy (see #18) runs in an actual browser (making it more complete than browserless testing frameworks) and so does not need to spin up a headless browser (making it faster and more convenient than e.g. Cypress)
Will be very useful as code gets bigger, for essential sanity checks. Should be easier to set up and run than full end-to-end browser tests.