Challenge: Register and Login
Practice writing two end-to-end tests focused on user registration and login. Learn to manage credentials with variables while applying core E2E testing principles such as selecting stable DOM elements and testing user interactions. This challenge reinforces understanding through hands-on coding.
We'll cover the following...
We'll cover the following...
Problem statement
Write two tests. In the first test, go to the register page and register the user. Then, ...