Skip to content

Allow tests to identify the TestPlatform they are being run on. #105

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

Open
DrMarcII opened this issue May 6, 2015 · 1 comment
Open

Allow tests to identify the TestPlatform they are being run on. #105

DrMarcII opened this issue May 6, 2015 · 1 comment
Labels
type-enhancement A request for a change that isn't a bug
Milestone

Comments

@DrMarcII
Copy link

DrMarcII commented May 6, 2015

I am working on an in-browser/webdriver hybrid testing method. This requires exposing a WebDriver API from the test server for each browser. From within the test, I need to know which of those WebDriver sessions to connect to (if running with multiple platforms simultaneously).

My current idea is to make the session id match up with the platform id. Then if I could grab the platform id in the test, I could create the correct webdriver client object.

@nex3 nex3 added type-enhancement A request for a change that isn't a bug status-blocked Blocked from making progress by another (referenced) issue labels May 6, 2015
@nex3
Copy link
Member

nex3 commented May 6, 2015

This is blocked on #48. This is the sort of information that should be exposed somewhere on the Invoker API.

@nex3 nex3 added this to the 1.0.0 milestone May 6, 2015
@grouma grouma removed the status-blocked Blocked from making progress by another (referenced) issue label Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants