Skip to content

Commit bfe4414

Browse files
authored
Merge pull request #53 from theiiienrique/getting-started
Reorganize Get started section
2 parents 4801b6d + fd99b26 commit bfe4414

File tree

24 files changed

+440
-135
lines changed

24 files changed

+440
-135
lines changed

docs/get-started/actions/checkLink.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: checkLink
33
layout: default
44
nav_order: 1
55
parent: Actions
6-
grand_parent: Tests
6+
grand_parent: Tests,
7+
description: Check if a URL returns an acceptable status code from a GET request.
78
---
89

910
# checkLink

docs/get-started/actions/find.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Locate and interact with an element on the page.
78
---
89

910
# find

docs/get-started/actions/goTo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Navigate to a specified URL.
78
---
89

910
# goTo
@@ -47,4 +48,4 @@ You can also specify an `origin` to navigate to a URL relative to a specific pat
4748
}
4849
]
4950
}
50-
```
51+
```

docs/get-started/actions/httpRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Perform a generic HTTP request, for example to an API.
78
---
89

910
# httpRequest

docs/get-started/actions/runShell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Perform a native shell command.
78
---
89

910
# runShell

docs/get-started/actions/saveScreenshot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Take a screenshot in PNG format.
78
---
89

910
# saveScreenshot

docs/get-started/actions/setVariables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Load environment variables from a .env file.
78
---
89

910
# setVariables
@@ -28,4 +29,4 @@ The `setVariables` action sets environment variables from a `.env` file. This ac
2829
}
2930
]
3031
}
31-
```
32+
```

docs/get-started/actions/startRecording.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Capture a video of test execution.
78
---
89

910
# startRecording

docs/get-started/actions/stopRecording.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Stop capturing a video of test execution.
78
---
89

910
# stopRecording

docs/get-started/actions/typeKeys.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
nav_order: 1
55
parent: Actions
66
grand_parent: Tests
7+
description: Type keys.
78
---
89

910
# typeKeys
@@ -147,6 +148,7 @@ Here's a list of special keys you can use:
147148
```
148149

149150
### Type with an increased delay for legibility in recordings
151+
150152
```json
151153
{
152154
"tests": [

0 commit comments

Comments
 (0)