Skip to content

Commit 778c276

Browse files
committed
More changes per code rabbit.
1 parent 9d368c5 commit 778c276

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/get-started/tutorials/capture-screenshot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_label: Capture Screenshot
3-
description: Run a test that fills all fields in a form, then captures a screeenshot of the result.
3+
description: Run a test that fills all fields in a form, then captures a screenshot of the result.
44
---
55

66
# Capture screenshot
@@ -9,7 +9,7 @@ This example fills in all of the fields on the Watson and Holmes Intake Form, th
99

1010
To run the test:
1111

12-
1. Download the `TestExamples.zip` file and expand it on your local drive.
12+
1. Download the [TestExamples.zip](./TestExamples.zip) file and expand it on your local drive.
1313
2. In a terminal window, navigate to the `TestExamples` directory.
1414
3. Start your local server.
1515

@@ -240,4 +240,4 @@ Use the screenshot action with an output path to capture the state of the form o
240240
}
241241
```
242242

243-
Next step: [Record video](record-video)
243+
Next step: [Record video](./record-video)

docs/get-started/tutorials/fill-fields.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A basic test is to fill in the fields of a form. This short script opens a sampl
99

1010
To run the test:
1111

12-
1. Download the `TestExamples.zip` file and expand it to your local drive.
12+
1. Download the [`TestExamples.zip`](./TestExamples.zip) file and expand it to your local drive.
1313
2. In a terminal window, navigate to the `TestExamples` directory.
1414

1515
```shell
@@ -24,7 +24,7 @@ To run the test:
2424

2525
4. Run the _form-filler1.json_ test spec with Doc Detective:
2626

27-
```
27+
```shell
2828
npx doc-detective@dev -i form-filler1.json
2929
```
3030

@@ -177,12 +177,12 @@ Pause 10 seconds, allowing you to see the results, then end the test. In real te
177177
"screenshot": "./output/form-filled-1-first-and-last-name.png"
178178
},
179179
{
180-
"description:": "Pause long enough to show the changes.",
180+
"description": "Pause long enough to show the changes.",
181181
"wait": 10000
182182
}
183183
]
184184
}
185185
]
186186
}
187187
```
188-
Next Step: [Capturing a Screenshot](capture-screenshot).
188+
Next Step: [Capturing a Screenshot](./capture-screenshot).

docs/get-started/tutorials/record-video.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description: Run a test that fills all fields in a form, capturing a video of th
55

66
# Record video
77

8-
This example fills in all of the fields on the Watson and Holmes Intake Form, while capturing a video record.
8+
This example fills in all the fields on the Watson and Holmes Intake Form, while capturing a video record.
99

1010
To run the test:
1111

12-
1. Download the TestExamples Zip file and expand doc-detective-tutorials on your local drive.
12+
1. Download the [TestExamples.zip](./TestExamples.zip) file and expand it on your local drive.
1313
2. In a terminal window, navigate to the `TestExamples` directory.
1414
3. Start your local server.
1515

@@ -18,6 +18,7 @@ To run the test:
1818
```
1919

2020
4. Enter the command
21+
2122
```shell
2223
npx doc-detective@dev -i form-filler3.json
2324
```

0 commit comments

Comments
 (0)