diff --git a/apps/cookbook/e2e/landing.spec.ts-snapshots/landing-layout-1-chromium-linux.png b/apps/cookbook/e2e/landing.spec.ts-snapshots/landing-layout-1-chromium-linux.png index 8ea36c6..0c02eee 100644 Binary files a/apps/cookbook/e2e/landing.spec.ts-snapshots/landing-layout-1-chromium-linux.png and b/apps/cookbook/e2e/landing.spec.ts-snapshots/landing-layout-1-chromium-linux.png differ diff --git a/nx.json b/nx.json index c0de1ee..314eb3c 100644 --- a/nx.json +++ b/nx.json @@ -7,6 +7,13 @@ "inputs": ["{projectRoot}/*.ts", "{projectRoot}/{docs,src,static}/**/*"], "outputs": ["{workspaceRoot}/dist/{projectName}"] }, + "e2e": { + "outputs": [ + "{workspaceRoot}/dist/.playwright/apps/cookbook/playwright-report", + "{workspaceRoot}/dist/.playwright/apps/cookbook/test-output", + "{projectRoot}/e2e/**/*.png" + ] + }, "test": { "_comment": "Override inputs to remove `externalDependencies` and avoid 'The externalDependency 'vitest' for 'cookbook:test' could not be found' error.", "inputs": ["default", "^production"]