From 8971a9d8959c38a29e8864050afa4ea4babc0914 Mon Sep 17 00:00:00 2001 From: RV Date: Wed, 19 Feb 2020 23:12:38 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2dae4c..057a26a 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ This project shows the core concepts of RemoteWebDriver, TestNG, Parallel execut It can be easily integrated with **Selenium Grid** or **Docker (Zalenium)**. -**CLI execution:** `mvn clean test -Pparallel` +**CLI execution:** +```html +mvn clean test -Pparallel +```