From 800d5f243479c5c7a24d81cdc8c7715427ebe3fc Mon Sep 17 00:00:00 2001 From: Rahul Bhatnagar Date: Wed, 30 Aug 2017 18:33:58 +0530 Subject: [PATCH] Updated README with link to Parallel Test Calculator --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0f7d9..f7ff0e1 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ ## Running your tests - To run a single test, run `npm run single` -- To run parallel tests, run `npm run parallel` - To run local tests, run `npm run local` +- To run parallel tests, run `npm run parallel` + + Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github) ## Notes * You can view your test results on the [BrowserStack automate dashboard](https://www.browserstack.com/automate)