You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
Have wrestled a bit with the question of how to adequately test something like Sapper. I think the easiest thing to do is test a sample application instead, and this one is an obvious candidate.
At the same time, the apps themselves need to have a good, obvious way to test them.
Makes sense therefore to do the initial work here, then add tests in the Sapper repo that basically just run the tests for this app.
Gleb Bahmutov was kind enough to write up his experience of using Cypress to test a Svelte app, and I think Cypress is probably the right go-to choice for testing Sapper apps.
The text was updated successfully, but these errors were encountered:
Have wrestled a bit with the question of how to adequately test something like Sapper. I think the easiest thing to do is test a sample application instead, and this one is an obvious candidate.
At the same time, the apps themselves need to have a good, obvious way to test them.
Makes sense therefore to do the initial work here, then add tests in the Sapper repo that basically just run the tests for this app.
Gleb Bahmutov was kind enough to write up his experience of using Cypress to test a Svelte app, and I think Cypress is probably the right go-to choice for testing Sapper apps.
The text was updated successfully, but these errors were encountered: