test: Add end-to-end/integration tests with Playwright #502
danorlando
started this conversation in
Help Wanted
Replies: 2 comments
-
I wrote some instructions in the latest PR which should help setup the environment #344 To start writing frontend tests:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If you would like to test messages, I wrote up a good first test for reference. Check it out in /e2e/specs/messages.spec.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Playwright has been set up, but E2E to tests still need to be written. This is an excellent first issue has it allows an incoming developer to understand the application flow from end to end in order to make further contributions. If you are not familiar with Playwright, this is also a good opportunity to become familiar with an industry standard. If you are interested in taking this on but not sure where to start, talk to DanO on our discord server, as I would be more than happy to help you along. The following articles can be used for reference:
Beta Was this translation helpful? Give feedback.
All reactions