Sometimes, it could be useful to attach a debugger and check details during the test run. This post explains how to debug an e2e test scenario using...
Now that we have two tests, we can start thinking about parallelizing the test run. WebdriverIO documentation lists some ideas for organizing the test...
Timothy is now looking to add a second test. The team members collaborate and decide that a test to check the details of the book would be a good test...
Now, we want to have the same search results related test on Android. We can start by creating page classes for Android specific Home and...
Now, we would like to run the same test on Android. Before we do that, let's look at some concepts of inheritance. Some concepts of...
Now let's start writing the test for the search results scenario that we have in our search.feature file. Feature: Search Books Scenario: A user...