Add utilities to check platform to determine if a test should run (#5983)

* Add tests for utility to bypass unreliable tests

* Limit skip to just Windows

* Ignore unit tests from Playwright

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jace Browning
2025-03-25 13:24:41 -04:00
committed by GitHub
parent 81f92bc7f9
commit c28bad267a
7 changed files with 116 additions and 4 deletions

View File

@ -35,7 +35,7 @@ const config = defineConfig({
coverage: {
provider: 'istanbul', // or 'v8'
},
exclude: [...configDefaults.exclude, '**/e2e/**/*', 'rust'],
exclude: [...configDefaults.exclude, '**/e2e/**/*.spec.*', 'rust'],
deps: {
optimizer: {
web: {