Skip to content

Commit 54a8a32

Browse files
authored
Update browserstack.md
1 parent e268f1f commit 54a8a32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user/browserstack.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ driver = Selenium::WebDriver.for(:remote,
9696
:url => "http://USERNAME:[email protected]/wd/hub",
9797
:desired_capabilities => caps)
9898
```
99+
{: data-file="example.rb"}
99100

100101
Local identifiers are essential for [matrix builds][travis-matrix-builds]. Since matrix builds in travis can be run on
101102
the same VM, we need to add the Local Identifier when starting the connection to ensure that the correct local tunnel
@@ -122,6 +123,7 @@ Once the app is uploaded to the BrowserStack servers the resulting app id will b
122123
```ruby
123124
caps['app'] = ENV['BROWSERSTACK_APP_ID']
124125
```
126+
{: data-file="example.rb"}
125127

126128
Check out the BrowserStack Android Sample App [.travis.yml][browserstack-android-app-travis] file.
127129

0 commit comments

Comments
 (0)