test: add badge interaction test + README; ignore disabled tests in Playwright config

This commit is contained in:
Scott Idem
2026-02-24 16:32:50 -05:00
parent e57bbca33e
commit c70e7a3bf9
13 changed files with 679 additions and 300 deletions

View File

@@ -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',