This tutorial introduces you to the Test View interface and its features. You'll learn how to navigate, filter, and analyze your tests effectively.
Go to qa.amikoo.ai
This tutorial covers the Test View — where you can explore, filter, and review all the tests in your connected repository.
The Test View displays a complete list of all tests available in your test repository.
Each test shows the status of its most recent execution. In this example, the test passed, ran for three seconds on the main branch, and has been executed twice.
The execution count reflects how many times a test has been run. Each time the test is executed, the count increases accordingly
The date shows when the test was most recently executed.
The Test View includes a search bar and several filters to help you quickly find specific tests.
Use the search bar to find tests by name. For example, searching "class" or "class manager" will return all tests with those terms in their name.
Filter your tests by status to narrow down results. Selecting "Passed" will show only tests that have passed, hiding any failed tests from the list.
Selecting "Failed" will display only the tests that have not passed, making it easy to focus on what needs attention.
The stability filter shows how consistently a test passes over time. This metric requires enough runs to calculate — make sure your tests are executed regularly so Amikoo can determine their stability.
Select the stability filter to view tests sorted or filtered by their stability metric.
12. Filter Tests By Runtime
The runtime filter lets you find tests within a specific duration range. For example, filtering for tests above one minute will return no results if all your tests run under a minute, while filtering for zero to one minute will display all of them.
Refine the runtime range as needed to find tests that fall within a specific execution window.
14. View an Execution Video
Click on any test card video button to open a modal with a recording of that execution. This is especially useful for reviewing what happened during a failed run.
Use the execution video to investigate what went wrong and gather insights into the cause of the failure.
Click outside the modal to close it and return to the Test View.
This tutorial walked you through the Test View in Amikoo, including how to browse your test list, check execution statuses, apply filters, and review execution recordings. You can now efficiently manage and analyze your tests using these features.