From cdbb76ebe712b0e7be24677337f1a08248c83b6e Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Sun, 20 Mar 2022 20:36:46 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b1a6a2e..225c0537 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,11 @@ Supports all [Robot Framework command line options](https://robotframework.org/r first and longer running ones will be executed before shorter ones. --shard [INDEX]/[TOTAL] - Optionally split execution into smaller pieces. This is - typically used for distributing testing to multiple machines. + Optionally split execution into smaller pieces. This can + be used for distributing testing to multiple machines. + +--chunk + Optionally chunk tests to PROCESSES number of robot runs. Example usages: