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

[🚀 Feature]: Toggle BiDi in tests #14020

Open
titusfortner opened this issue May 22, 2024 · 2 comments
Open

[🚀 Feature]: Toggle BiDi in tests #14020

titusfortner opened this issue May 22, 2024 · 2 comments
Labels
C-build Build related issues (bazel and CI) I-enhancement

Comments

@titusfortner
Copy link
Member

Feature and motivation

As we start to convert commands from WebDriver classic to WebDriver BiDi I think we're going to want to run our test suite with BiDi enabled & disabled.

So we need to figure out what it looks like for each of the bindings, and if we tag the tests when BiDi is enabled to just run that subset or how that needs to work (with Bazel).

I'm using an environment variable to toggle in #14012 but I don't think that's right

Usage example

bazel test //java/... --enable-bidi
@titusfortner titusfortner added I-enhancement C-build Build related issues (bazel and CI) labels May 22, 2024
@diemol
Copy link
Member

diemol commented May 22, 2024

Java

@titusfortner
Copy link
Member Author

I'm saying that the test suite needs to set or not set that capability based on a parameter passed into bazel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-build Build related issues (bazel and CI) I-enhancement
Projects
Status: No status
Development

No branches or pull requests

2 participants