Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port handling is required for cloud platform, like saucelab. #62

Closed
mfaisalkhatri opened this issue Oct 1, 2018 · 1 comment
Closed
Assignees
Labels
type: bug Issue raised as a Bug. type: feature New feature being introduced.
Milestone

Comments

@mfaisalkhatri
Copy link
Collaborator

Description

Handling of port in the url is required for testing in cloud platform like saucelabs.
E.g.
public static final String USERNAME = "YOUR_USERNAME";
public static final String ACCESS_KEY = "YOUR_ACCESS_KEY";
public static final String URL = "https://" + USERNAME + ":" + ACCESS_KEY + "@ondemand.saucelabs.com:443/wd/hub";
Here, port: "443" is required to be input in case of saucelab url.

@mfaisalkhatri mfaisalkhatri added the type: feature New feature being introduced. label Oct 1, 2018
@WasiqB WasiqB added the type: bug Issue raised as a Bug. label Oct 1, 2018
@WasiqB WasiqB self-assigned this Oct 1, 2018
@WasiqB WasiqB added this to the Version 3.0.0 milestone Oct 1, 2018
WasiqB added a commit that referenced this issue Oct 1, 2018
mfaisalkhatri added a commit that referenced this issue Oct 2, 2018
@WasiqB
Copy link
Owner

WasiqB commented Oct 2, 2018

Now you can add port for saucelabs in config under port key.

@WasiqB WasiqB closed this as completed Oct 2, 2018
WasiqB added a commit that referenced this issue Oct 2, 2018
WasiqB pushed a commit that referenced this issue Oct 2, 2018
@WasiqB WasiqB mentioned this issue Nov 16, 2018
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Issue raised as a Bug. type: feature New feature being introduced.
Projects
None yet
Development

No branches or pull requests

2 participants