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

Wrap @web/test-runner binary #65

Merged
merged 30 commits into from
Jul 21, 2023
Merged

Wrap @web/test-runner binary #65

merged 30 commits into from
Jul 21, 2023

Commits on Jul 19, 2023

  1. Add d2l-test binary

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    030f8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fde5e92 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0b8bb58 View commit details
    Browse the repository at this point in the history
  4. Fix option handling

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ba6172a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50274ed View commit details
    Browse the repository at this point in the history
  6. Add option aliases

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f9a1ab0 View commit details
    Browse the repository at this point in the history
  7. Fix imports

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    639cd8a View commit details
    Browse the repository at this point in the history
  8. Delete server/index.js

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f69e831 View commit details
    Browse the repository at this point in the history
  9. Remove HEY!

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    754e0fc View commit details
    Browse the repository at this point in the history
  10. Install config-loader

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f098c03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31fe6f8 View commit details
    Browse the repository at this point in the history
  12. Add --help

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    719c7b5 View commit details
    Browse the repository at this point in the history
  13. Add unit group when used

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4e18fb1 View commit details
    Browse the repository at this point in the history
  14. Update filter comment

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    71332f5 View commit details
    Browse the repository at this point in the history
  15. Add --help details

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    65a67c7 View commit details
    Browse the repository at this point in the history
  16. Use proper node imports

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b4ff126 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4719e9 View commit details
    Browse the repository at this point in the history
  18. unit -> test

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    14d85d2 View commit details
    Browse the repository at this point in the history
  19. Check for unknown group

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1858d00 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0236ee4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    92609c2 View commit details
    Browse the repository at this point in the history
  22. Simplify pattern

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b2d4060 View commit details
    Browse the repository at this point in the history
  23. Fix lint

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    904434c View commit details
    Browse the repository at this point in the history
  24. Fix test

    bearfriend committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0a68bd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fix option descriptions

    bearfriend committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7a87801 View commit details
    Browse the repository at this point in the history
  2. Rename things

    bearfriend committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a131243 View commit details
    Browse the repository at this point in the history
  3. Fix test:vdiff script

    bearfriend committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b90739b View commit details
    Browse the repository at this point in the history
  4. Accept all browser names

    bearfriend committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    674aab2 View commit details
    Browse the repository at this point in the history
  5. Fix browser tests

    bearfriend committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b972f3d View commit details
    Browse the repository at this point in the history
  6. Dedupe browsers

    bearfriend committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c2784fb View commit details
    Browse the repository at this point in the history