From 9ac4ca96234a1f5177be2486dac18e0b60b81bf7 Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Mon, 6 Jun 2016 14:36:01 +0530 Subject: [PATCH 1/2] browserstack integration --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 462e825..1d617d0 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ $ mvn clean install -s settings.xml -P,codehaus Building the tutorial has been tested with Maven 3.0.5-3.2.1 and JDK 1.6-1.7. Newer versions of Maven and JDK should work but could also present issues. If you find any, please report them via [JIRA](http://jbehave.org/reference/stable/issue-tracking.html) +# Running your tests on the cloud + +You can run your Jbehave tests on BrowserStack infrastructure: +Please follow the [example](https://github.com/browserstack/jbehave-browserstack) here. + # License See [Licence](http://jbehave.org/license.html) From f6538fbd1de72db4a13431f313f23395949663e6 Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Mon, 6 Jun 2016 14:38:52 +0530 Subject: [PATCH 2/2] typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d617d0..3722a8b 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,7 @@ If you find any, please report them via [JIRA](http://jbehave.org/reference/stab # Running your tests on the cloud -You can run your Jbehave tests on BrowserStack infrastructure: -Please follow the [example](https://github.com/browserstack/jbehave-browserstack) here. +To run your tests on the BrowserStack infrastructure, follow the [example](https://github.com/browserstack/jbehave-browserstack) here. # License