Replies: 2 comments 2 replies
-
I think a good preliminary option is testing the backend syncing (no frontend UI testing). We can test the sync server (for example - start syncing, test for collisions, etc) with something like Hurl |
Beta Was this translation helpful? Give feedback.
1 reply
-
@j-tirelli , jest sounds good for unit testing. I've used it a bit in the past so it makes transition easier. @TriliumNext/everyone , who has experience with Puppeteer, Playwright or other client-side testing tools? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've seen it mentioned in a few discussion posts, and I think it stands to reason that automated testing is a great step forward towards ensuring that regressions are kept to a minimum.
There aren't a great many tests currently, it may behoove us to decide on some conventions and technologies.
Personally, I'm partial to jest and playwright, but it looks like playwright support for electron is experimental. WDIO is another option.
Beta Was this translation helpful? Give feedback.
All reactions