test: add badge interaction test + README; ignore disabled tests in Playwright config
This commit is contained in:
@@ -7,7 +7,8 @@ const config: PlaywrightTestConfig = {
|
||||
reuseExistingServer: true,
|
||||
},
|
||||
testDir: 'tests',
|
||||
testMatch: /(.+\.)?(test|spec)\.[jt]s/,
|
||||
testMatch: 'tests/**/*.test.ts',
|
||||
testIgnore: ['tests/disabled/**'],
|
||||
reporter: 'list',
|
||||
use: {
|
||||
baseURL: 'http://demo.localhost:5173',
|
||||
|
||||
Reference in New Issue
Block a user