Challenge: Testing the User Interface with WebdriverIO
Explore how to create a single automated test case that covers signup, login, and logout workflows in a React application using WebdriverIO. This lesson helps you optimize test execution by combining workflows, improving speed and test maintenance.
We'll cover the following...
We'll cover the following...
Challenge overview
Previously, we wrote individual tests for the sign-up and login workflows. However, we can combine the sign-up and login workflows into one test. Combining the workflows into one test makes the test suite run faster because WebdriverIO only ...