From 8fde643e1ce231190131f41e2bca6f69987cf179 Mon Sep 17 00:00:00 2001 From: Rohan Immanuel Date: Tue, 3 Mar 2020 11:43:27 +0530 Subject: [PATCH 1/2] Updated Version and Test Report Path Updated version under Installation and Corrected test report path under Jenkins setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e0003d..2408997 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add `protractor-browserstack-reporter` as a dependency in your `package.json`. ```json { "dependencies": { - "protractor-browserstack-reporter": "~0.1.0" + "protractor-browserstack-reporter": "~0.2.0" } } ``` @@ -39,7 +39,7 @@ Type: `String`
You will have to configure your Jenkins CI server to embed all the BrowserStack Selenium reports and logs in Jenkins. 1. Click on Add post-build action in Post-build Actions. 2. Click on Publish JUnit test result report - 3. In the Test report XMLs, enter */*browserstack-reports/REPORT-\*.xml + 3. In the Test report XMLs, enter **/browserstack-reports/REPORT-\*.xml 4. In the Additional test report features section, add Embed BrowserStack Report. This is how your configuration should look like From 50c84ef4a1557b4c04ffb7025b03ad9b20ac45e4 Mon Sep 17 00:00:00 2001 From: Rohan Immanuel Date: Tue, 3 Mar 2020 11:45:54 +0530 Subject: [PATCH 2/2] Updated Test report path formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2408997..d0ca557 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Type: `String`
You will have to configure your Jenkins CI server to embed all the BrowserStack Selenium reports and logs in Jenkins. 1. Click on Add post-build action in Post-build Actions. 2. Click on Publish JUnit test result report - 3. In the Test report XMLs, enter **/browserstack-reports/REPORT-\*.xml + 3. In the Test report XMLs, enter *\*/browserstack-reports/REPORT-\*.xml 4. In the Additional test report features section, add Embed BrowserStack Report. This is how your configuration should look like