From 8fc4a4c6312405eff725ac49330f2397c84135b2 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 e807280..6a10d79 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ ## Run the tests * To run a single test, run `bundle exec rake single` -* To run parallel tests, run `bundle exec rake parallel` * To run local tests, run `bundle exec rake local` +* To run parallel tests, run `bundle exec rake 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)