New tests/e2e/ suite covering: - Auth, navigation, player, tracks, playlists - Search, discover, social, marketplace, chat - Accessibility, API, workflows, edge cases - Routes coverage, forms validation, modals - Empty states, responsive, network errors - Error boundary, performance, visual regression - Cross-browser, profile, smoke, upload - Storybook, deep pages, visual bugs - Includes fixtures, helpers, global setup/teardown - Playwright config and coverage map Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
/**
|
|
* Global Teardown — Nettoyage post-tests.
|
|
*/
|
|
export default async function globalTeardown() {
|
|
console.log(' Suite de tests terminée.');
|
|
}
|