Steps
The flow will often match the following:- Navigate to the signup form.
- Fill in all text fields, check all boxes etc.
- Submit the form by clicking a button.
signup.spec.ts
Takeaways
- Use environment variables to inject secrets.
- You might need to go through additional steps in case email confirmation or similar is required.