Actions

Actions allow you to interact with the page. Click, read, write, drag, etc...

Read more »

Assertions

Assert that you are on the right page, an element has a specific value, an element is visible etc...

Read more »

Test Modes

Run your tests in different modes. WIP for debugging, Many for ensuring your test passes consistently, TODO to remind you to write a test later, Skip to not run a test etc..

Read more »

Reporting

Reports to capture results after a run.

Read more »