You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have Playwright set up for our project now, as well as a local Firebase emulators development environment that can be automated.
The following sequential e2e test flow would be extremely valuable:
**User 1:**
1. Create account
2. Verify account
3. Add garden
4. Log out
**User 2**
1. Create account
2. Verify account
3. On the map, click the garden of User 1
4. Ask to chat with User 1
6. Send a message to User 1
**User 1**
1. Log back in
1. Go to chat pane
2. Read incoming chat
This verifies, both on the frontend and backend:
that people can create accounts
that they can create a garden
that they can send a message to another garden
and that that message can be read.
which is the core of WTMG!
It would be good to have this run as part of CI too.
The text was updated successfully, but these errors were encountered:
We have Playwright set up for our project now, as well as a local Firebase emulators development environment that can be automated.
The following sequential e2e test flow would be extremely valuable:
This verifies, both on the frontend and backend:
which is the core of WTMG!
It would be good to have this run as part of CI too.
The text was updated successfully, but these errors were encountered: