mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
.. | ||
models | ||
resources | ||
util | ||
goToAnything.spec.ts | ||
main.spec.ts | ||
markdownEditor.spec.ts | ||
noteList.spec.ts | ||
README.md | ||
richTextEditor.spec.ts | ||
run-ci.sh | ||
settings.spec.ts | ||
sidebar.spec.ts | ||
simpleBackup.spec.ts |
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: