sveltejs / sapper-template

Starter template for Sapper apps
703 stars 214 forks source link

remove partial Cypress integration #263

Closed Conduitry closed 4 years ago

Conduitry commented 4 years ago

This removes the partial integration for Cypress that we've had for a while now. It doesn't really tell you a lot beyond what you could easily get from looking at Cypress's documentation, and it doesn't actually work without adding the cypress dependency, and it's blessing a particular tool, something we probably want to avoid.

Conduitry commented 4 years ago

If it's decided this is what we want to do, we can also close #177, #194, #253.

Conduitry commented 4 years ago

Oops, I missed cypress.json. I've removed that in a separate commit.