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:
		@ -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: {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user