We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235e85a commit aaa376aCopy full SHA for aaa376a
scripts/e2e-next-all.sh
@@ -7,14 +7,17 @@ npx nx run-many --targets=build --projects=tag:type:pkg
7
8
echo "🧪 Running E2E Test for Next.js Dev - Home"
9
killall node 2>/dev/null || true
10
+pnpm run app:next:dev
11
npx nx run 3000-home:test:e2e
12
13
echo "🧪 Running E2E Test for Next.js Dev - Shop"
14
15
16
npx nx run 3001-shop:test:e2e
17
18
echo "🧪 Running E2E Test for Next.js Dev - Checkout"
19
20
21
npx nx run 3002-checkout:test:e2e
22
23
echo "✅ All E2E tests completed successfully!"
0 commit comments