Skip to content

Commit 4735139

Browse files
committed
[no ci] Merge branch 'master' into develop
2 parents f960784 + e49ef05 commit 4735139

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,9 @@ And most importantly - you can run tests in parallel without having to depend on
669669

670670
> Please note that some [user analytics is tracked](karate-core/src/test/resources/analytics.md) only when you view the built-in Karate HTML report.
671671
672-
Karate can run tests in parallel, and dramatically cut down execution time. This is a 'core' feature and does not depend on JUnit, Maven or Gradle.
672+
Karate can run tests in parallel, and dramatically cut down execution time. This is a 'core' feature and does not depend on JUnit, Maven or Gradle.
673+
674+
> For those running Karate in non-Java projects via the command-line, note that you can set the number of threads via `--threads` or `-T` as explained [here](https://karatelabs.github.io/karate/karate-netty/#parallel-execution).
673675
674676
* You can easily "choose" features and tags to run and compose test-suites in a very flexible manner.
675677
* You can use the returned `Results` object to check if any scenarios failed, and to even summarize the errors

0 commit comments

Comments
 (0)