Figure out a proper way to test the app end to end
Opened this issue · 0 comments
kartik-madhak commented
The current Playwright e2e tests run in browser and therefore cannot access the backend. Figure out a way to test the app including the rust part.
Options I have considered: -
- webdriverIO - only works on linux and windows
- expose tauri api to web with tauri-invoke-http and use contract testing...?