You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Integration tests
The integration tests in this directory can be run with yarn playwright test.
- Tests use a
test-profiledirectory that should be re-created before every test. - Only one Electron application should be instantiated per test file.
- Files in the
models/directory follow the page object model.
References
The following sources are helpful for designing and implementing Electron integration tests with Playwright: