Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.testbrick.com/llms.txt

Use this file to discover all available pages before exploring further.

Steps & Actions

A UI test is a sequence of steps. Each step has an action, a description, and element locators.

Managing steps

  • Reorder — drag steps to change the execution order
  • Edit — click a step to modify its action, value, or locators
  • Delete — remove steps you don’t need
  • Insert — add new steps between existing ones

Action types

Browser actions

ActionDescription
clickClick an element
fill / typeEnter text into an input
selectChoose a dropdown option
hoverHover over an element
double_clickDouble-click an element
pressPress a keyboard key
clearClear an input field
navigateGo to a URL
refreshReload the page
go_backBrowser back button
upload_fileUpload a file to an input
pastePaste clipboard content

Assertions

ActionDescription
assertCheck element visibility, text content, URL, or title

Email actions

ActionDescription
wait_for_emailWait for an email to arrive in the test inbox
copy_from_emailExtract a value (OTP, link) from an email
click_email_linkClick a link inside an email
assert_emailVerify email subject, sender, or body content

Step results

After running a test, each step shows:
  • Status — passed, failed, or skipped
  • Duration — how long the step took
  • Screenshot — what the page looked like after the step
  • Error — what went wrong (if failed)