Testing the Signup Flow: Challenges
Let's learn how to test the signup flow.
We'll cover the following
The first E2E test: signup
There is a lot to cover when writing E2E tests, and we are going to use one of the most famous examples: the signup flow. Testing this kind of flow is useful because:
-
It fills a form.
-
It contains an AJAX request.
-
It includes some error flows to test.
-
Most of the flows need a registered user.
Note: You need to have the Conduit example running to start testing.
Get hands-on with 1400+ tech skills courses.