From 05fa73feae51e93e47cc7ea2dbd8d0dbd6e398cb Mon Sep 17 00:00:00 2001 From: fnets Date: Fri, 6 Jul 2018 15:18:24 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b78759..f7e7e00 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ For more details, read the [TestCafe Installation instructions](http://devexpres `testcafe chrome testForCommunityDataListing.ts -e` -TestCafe uses your real browser, so any testing browser must be installed first. Use the `-e` option to ignore any irrelevant JavaScript errors that appear and cause the test to fail. For more information, read the documentation on the [TestCafe CLI](http://devexpress.github.io/testcafe/documentation/using-testcafe/command-line-interface.html). +TestCafe uses your real browser, so any testing browser must be installed first. You do not need WebDriver, or any other software or packages. Use the `-e` option to ignore any irrelevant JavaScript errors that appear and cause the test to fail. For more information, read the documentation on the [TestCafe CLI](http://devexpress.github.io/testcafe/documentation/using-testcafe/command-line-interface.html).