modernweb-dev / web

Guides, tools and libraries for modern web development.
https://modern-web.dev
MIT License
2.15k stars 271 forks source link

[feature] Added a CLI flag to allow passing without any test files found #2758

Open glektarssza opened 2 weeks ago

glektarssza commented 2 weeks ago

What I did

  1. Added a CLI flag that allows passing without any test files being found.
  2. Added documentation for the above new CLI flag.
  3. Added a Git ignore line for local environment files (e.g. .envrc).

Would resolve #1331

changeset-bot[bot] commented 2 weeks ago

🦋 Changeset detected

Latest commit: dcaff84406f75250136fe7e21956c2a405e79c02

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages | Name | Type | | ---------------------------------- | ----- | | @web/test-runner-core | Minor | | @web/test-runner | Minor | | @web/test-runner-chrome | Patch | | @web/test-runner-commands | Patch | | @web/test-runner-coverage-v8 | Patch | | @web/test-runner-junit-reporter | Patch | | @web/test-runner-mocha | Patch | | @web/test-runner-playwright | Patch | | @web/test-runner-puppeteer | Patch | | @web/test-runner-selenium | Patch | | @web/test-runner-visual-regression | Patch | | @web/test-runner-webdriver | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Westbrook commented 4 days ago

Could you add a change set as requested above?

glektarssza commented 4 days ago

I will add one after work today.

glektarssza commented 2 days ago

Changeset added, @Westbrook. I think the bot's comment is completely out to lunch now, though, because of the merge commit in a957ff9.

Westbrook commented 2 days ago

Thanks for getting the changeset it. That is looking fine. Can you check in the CI output? Once that’s green we should be good to edge this.

glektarssza commented 2 days ago

Will take a look tonight!