Conversation
|
eliandoran
left a comment
There was a problem hiding this comment.
Would it be feasible for you to write some Playwright tests for your functionality?
End-to-end tests go in apps/server-e2e. Basically, you would need three test cases, for each of your features (in tree, in images and in launcher).
I'm not familiar with end-to-end tests, and I tried writing tests for opening and activating notes from the launcher and the tree. However, in apps/server/spec/db, there's no note that contains an image. Do I need to create such a note and then push the database? |
Added support for opening and activating a note in a new tab using Ctrl+Shift+click on notes in the launcher pane, note tree, or note images.