Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created December 2, 2020 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AutomatedTester/ec3c751e18b8339edcf9c238ba8775c6 to your computer and use it in GitHub Desktop.
Save AutomatedTester/ec3c751e18b8339edcf9c238ba8775c6 to your computer and use it in GitHub Desktop.
running bidi tests against python Selenium
  1. Make sure you have python 3.7+ locally and as the default python
  2. Clone https://github.com/seleniumhq/selenium
  3. Follow the steps in the Selenium readme to make sure you can build the project
  4. Remove the xfail marker from the /py/test/selenium/webdriver/common/bidi_tests.py tests
  5. run bazel test //py:test-firefox-test/selenium/webdriver/common/bidi_tests.py --test_arg=--browser-binary=/Applications/Firefox\ Nightly.app/Contents/MacOS/firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment