mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
13d8fbbd65
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
Integration tests
The integration tests in this directory can be run with yarn playwright test
.
- Tests use a
test-profile
directory 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: