Currently Building:
- Voxicle: https://voxicle.app
Added some E2E tests using playwright, I decided to make sure I spin up my actual app and run tests against that. Previously, I found myself copying a lot of the main.go into this test setup file. But now I have the skeleton to run tests as if I was a user of the app #buildinpublic.
Added some E2E tests using playwright, I decided to make sure I spin up my actual app and run tests against that. Previously, I found myself copying a lot of the main.go into this test setup file. But now I have the skeleton to run tests as if I was a user of the app #buildinpublic.