Skip to content
Discussion options

You must be logged in to vote

No, there is no dedicated framework (yet).

For unit and integration testing (e.g. handlers, factories, etc.), we typically use plain JUnit or mocha, depending on the server in our projects.
For end-to-end tests, we used Playwright quite successfully in some projects. In those projects, we usually also write a page object model library to assist writing more concise tests, similar to Theia Playwright. We didn't extract a generic framework out of those page object models yet though.
Also, we only used Playwright for browser testing so far, but not for Electron. Theoretically there is experimental support though.

However, there might be something along those lines coming up in the next month…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Rajsmit
Comment options

@planger
Comment options

@Rajsmit
Comment options

Answer selected by tortmayr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants