Skip to content

Commit 2fbbcd3

Browse files
committed
Update README example output path
Change the motus record command example to specify a concrete output file instead of a directory. The README now shows --output ./Tests/LoginTest.cs (for mstest) instead of --output ./Tests to make the expected output target explicit.
1 parent dd05886 commit 2fbbcd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This navigates to the URL, crawls the DOM for interactive elements, infers the b
7171
### Record a Test Session
7272

7373
```bash
74-
motus record --output ./Tests --framework mstest --selector-priority testid,role,text,css
74+
motus record --output ./Tests/LoginTest.cs --framework mstest --selector-priority testid,role,text,css
7575
```
7676

7777
### Run Tests

0 commit comments

Comments
 (0)