-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add test_driver.bidi.bluetooth commands and event #53204
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
base: master
Are you sure you want to change the base?
Conversation
PTAL. The failure in https://github.com/web-platform-tests/wpt/pull/53204/checks?check_run_id=44241981837 should be fixed once https://chromium-review.googlesource.com/c/chromium/src/+/6650787 is available in canary. |
webdriver/tests/bidi/external/bluetooth/simulate_service/simulate_service.py
Outdated
Show resolved
Hide resolved
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.
Some minor comments + please make sure the CI passes, as https://crrev.com/c/6650787 is landed in "139.0.7245.0"
@foolip could you please review and merge the PR? The infrastructure/tests failure https://github.com/web-platform-tests/wpt/pull/53204/checks?check_run_id=44432907593 seems to be irrelevant to this PR and is an underlying issue as I can reproduce the failure on the tip of WPT main branch.
|
Add the following WebDriver BiDi commands and event and extend the documentation:
test_driver.bidi.bluetooth.simulate_service
method matchingbluetooth.simulateService
test_driver.bidi.bluetooth.simulate_characteristic
method matchingbluetooth.simulateCharacteristic
test_driver.bidi.bluetooth.simulate_characteristic_response
method matchingbluetooth.simulateCharacteristicResponse
test_driver.bidi.bluetooth.simulate_descriptor
method matchingbluetooth.simulateDescriptor
test_driver.bidi.bluetooth.simulate_descriptor_response
method matchingbluetooth.simulateDescriptorResponse
test_driver.bidi.bluetooth.characteristic_event_generated
method matchingbluetooth.ChracteristicEventGenerated
test_driver.bidi.bluetooth.descriptor_event_generated
method matchingbluetooth.DescriptorEventGenerated