-
Notifications
You must be signed in to change notification settings - Fork 11
migrate tests and add sdk local #2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: sdk
Are you sure you want to change the base?
migrate tests and add sdk local #2
Conversation
@@ -1,4 +1,4 @@ | |||
BROWSER = Chrome | |||
BROWSER_VERSION = 53 | |||
BROWSER_VERSION = 101 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LATEST - 1 ?
@@ -1,4 +1,4 @@ | |||
BROWSER = Chrome | |||
BROWSER_VERSION = 53 | |||
BROWSER_VERSION = 101 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest -1 ?
} | ||
caps.setCapability("bstack:options", browserstackOptions); | ||
|
||
java.net.URL remoteURL = new URL(URL); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already in import Can we just keep URL remoteURL = ?
Let's merge this when whole pr is ready? |
Scope of the PR -