...

/

Challenge: Testing the User Interface with WebdriverIO

Challenge: Testing the User Interface with WebdriverIO

Challenge yourself by writing a test to complete the flow from sign-up to logout.

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 ...