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

Run web platform tests in browsers #96

Merged
merged 29 commits into from
Sep 29, 2021
Merged

Run web platform tests in browsers #96

merged 29 commits into from
Sep 29, 2021

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    c0a0644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30aebda View commit details
    Browse the repository at this point in the history
  3. Fix paths

    MattiasBuelens committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    8f80fd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    9e04927 View commit details
    Browse the repository at this point in the history
  2. Run WPT in a browser

    MattiasBuelens committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    75dad2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b85a000 View commit details
    Browse the repository at this point in the history
  4. Tweak

    MattiasBuelens committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    9be6a11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    233e15e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    670927a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    857ade2 View commit details
    Browse the repository at this point in the history
  8. Fix indentation

    MattiasBuelens committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1a8017d View commit details
    Browse the repository at this point in the history
  9. Remove unused URLs

    MattiasBuelens committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1f01464 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    9740b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d1030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    315a51e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae6c18c View commit details
    Browse the repository at this point in the history
  5. Rework test scripts

    MattiasBuelens committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    9da352a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b56f38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2d4e5f View commit details
    Browse the repository at this point in the history
  8. Cache npm dependencies

    MattiasBuelens committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    8013796 View commit details
    Browse the repository at this point in the history
  9. Simplify

    MattiasBuelens committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    06a6b0e View commit details
    Browse the repository at this point in the history
  10. Fix typos

    MattiasBuelens committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    17c61fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c8c088 View commit details
    Browse the repository at this point in the history
  12. Use npm ci

    MattiasBuelens committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    e14f458 View commit details
    Browse the repository at this point in the history
  13. Only run Node 14 tests on merge commits of pull requests

    The "pull_request" workflow acts more as a "sanity check"
    that the PR branch is sufficiently up-to-date with the base branch.
    
    We leave the real heavy lifting over to the "push" workflow.
    MattiasBuelens committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ddcab4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa8bb65 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Tweak

    MattiasBuelens committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    5c94885 View commit details
    Browse the repository at this point in the history
  2. Fix PR jobs not running when they should

    This is awkward...
    MattiasBuelens committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e032b4b View commit details
    Browse the repository at this point in the history
  3. Use on.<event>.types

    MattiasBuelens committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6e5d709 View commit details
    Browse the repository at this point in the history