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

[wptrunner] Decouple testdriver infrastructure from testharness #49044

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. [wptrunner] Extract executor testdriver logic into mixin

    This no-op refactor will allow other WebDriver executors, not just the
    testharness executor, to perform testdriver actions.
    jonathan-j-lee committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    51674f3 View commit details
    Browse the repository at this point in the history
  2. [wptrunner] Split message-queue.js from testharnessreport.js

    This will allow non-testharness tests to use `testdriver.js` without
    needing extra scripts. Evaluating `message-queue.js` is idempotent so
    that, when using testharness with testdriver, the second inclusion is a
    no-op.
    
    Because resource scripts are cached, the size increase should not
    meaningfully affect test performance.
    jonathan-j-lee committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8469799 View commit details
    Browse the repository at this point in the history