MAESTRO: store visual regression baselines

This commit is contained in:
Mariusz Banach
2026-02-18 07:02:28 +01:00
parent 21bec460a1
commit 5cab09dc7c
62 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import path from 'path';
*/
export default defineConfig({
testDir: './e2e',
snapshotDir: './e2e/__snapshots__',
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */