Skip to content

Commit 847d334

Browse files
Merge pull request #21 from kamal-kaur04/change-allure-reports-location
modify allure reports directory and set local true by default
2 parents bc48d27 + 89f8a45 commit 847d334

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parallelsPerPlatform: 1
5858
# ==========================================
5959
# Set browserStackLocal to true if your website under test is not accessible publicly over the internet
6060
# Learn more about how BrowserStack Local works here -> https://www.browserstack.com/docs/automate/selenium/local-testing-introduction
61-
browserstackLocal: false # <boolean> (Default false)
61+
browserstackLocal: true # <boolean> (Default true)
6262
# browserStackLocalOptions:
6363
# Options to be passed to BrowserStack local in-case of advanced configurations
6464
# - localIdentifier: # <string> (Default: null) Needed if you need to run multiple instances of local.

src/test/java/com/browserstack/RunWebDriverCucumberTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"pretty",
99
"html:reports/tests/cucumber/cucumber-pretty.html",
1010
"testng:reports/tests/cucumber/testng/cucumber.xml",
11-
"json:reports/tests/cucumber/json/cucumberTestReport.json",
12-
"message:reports/tests/cucumber/message.txt"
11+
"json:reports/tests/cucumber/json/cucumberTestReport.json"
1312
}
1413
)
1514
public class RunWebDriverCucumberTests extends AbstractTestNGCucumberTests {}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
allure.results.directory=reports/allure-results
1+
allure.results.directory=target/allure-results

0 commit comments

Comments
 (0)