Skip to content

Commit

Permalink
[no ci] improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jun 1, 2023
1 parent 39ec109 commit 1d9dada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karate-netty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ You can run all tests within a directory if you provide a directory path:
java -jar karate.jar some/folder
```

You can have multiple features (separated by spaces) or even folder paths as the last part of the command. Karate will run all feature files found in sub-directories.

For filtering tests to run, see the [tags](#tags) and [scenario name](#scenario-name) options below.

Also see [custom classpath](#custom-classpath) and how to [use a batch file](#using-a-batch-file) for convenience.
Expand Down

0 comments on commit 1d9dada

Please sign in to comment.