Skip to content

Commit

Permalink
Removed unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbluecrow committed Nov 20, 2024
1 parent 1c7b4b5 commit 4b7ea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/test-suites-and-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maestro can run a list of tests and generate a test report at the end.
To run a list of tests, pass to `maestro test` the Flows paths to the Flows you want to run separated by spaces:

```
maestro test "myFolderWithTests/test1.yaml myFolderWithTests/test2.yaml"
maestro test myFolderWithTests/test1.yaml myFolderWithTests/test2.yaml
```

Maestro will run the flow for each file provided. The command will complete successfully if and only if all the Flows have been completed successfully.
Expand Down

0 comments on commit 4b7ea05

Please sign in to comment.