Skip to content

Commit 6c6ba7f

Browse files
committed
Add more detail to explain code sample
1 parent 7a41d7c commit 6c6ba7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/get-started/create-your-first-test.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ To create your first test, follow these steps:
7373
}
7474
```
7575

76+
This test uses the following actions:
77+
78+
- [`goTo`](/docs/get-started/actions/goTo.md): Navigates to the specified URL (`https://example.com`) to start the test flow.
79+
- [`find`](/docs/get-started/actions/find.md): Locates elements on the page using CSS selectors (for example, HTML tags like `h1` or `a`) and validates their presence and text content.
80+
- [`saveScreenshot`](/docs/get-started/actions/saveScreenshot.md): Captures a screenshot of the current page and saves it to the specified file path.
81+
7682
4. Save the file.
7783

7884
5. In your terminal, enter the following command to run the test:

0 commit comments

Comments
 (0)