File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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)
1514public class RunWebDriverCucumberTests extends AbstractTestNGCucumberTests {}
Original file line number Diff line number Diff line change 1- allure.results.directory =reports /allure-results
1+ allure.results.directory =target /allure-results
You can’t perform that action at this time.
0 commit comments