Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Aug 8, 2023
1 parent 4210492 commit a53d88f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions serenity-smoketests/src/test/resources/serenity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,14 @@ environments {
}
browserstack {
#
# You define the BrowserStack credentials either in the BROWSERSTACK_USER and BROWSERSTACK_KEY environment variables, or by
# setting the following properties:
#
# browserstack.user = your.username
# browserstack.key = your.access.key
# You define the BrowserStack credentials either in the BROWSERSTACK_USER and BROWSERSTACK_KEY environment variables
#
webdriver {
driver = "remote"
remote.url = "https://"${BROWSERSTACK_USER}":"${BROWSERSTACK_KEY}"@hub.browserstack.com/wd/hub"
// remote.url = "https://"${BROWSERSTACK_USER}":"${BROWSERSTACK_KEY}"@hub-cloud.browserstack.com/wd/hub"
# You can specify the remote URL explicitly, or let the serenity-browserstack library do it for you
capabilities {
browserName = "Chrome"
// platformName = "windows"
#
# Any Browserstack-specific options go in the 'bstack:Options' section
#
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a53d88f

Please sign in to comment.