heynote/.gitignore
Jonatan Heyman 1006fd4580
Implement tests using Playwright (#68)
* Set up Playwright and add first test

* Add npm run commands for running tests
Run tests in github actions

* Fix tests on non Mac environments

* Add method to HeynoteEditor class to set the buffer content

* Add more tests

* Set Github action job name
2023-12-25 17:41:15 +01:00

11 lines
124 B
Plaintext

node_modules
bundle.js
dist
dist-electron
release
.env
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/