Skip to content

Commit e18e93e

Browse files
committed
chore(repo): Change billing test e2e command
1 parent 177c798 commit e18e93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:integration:ap-flows": "pnpm test:integration:base --grep @ap-flows",
3333
"test:integration:astro": "E2E_APP_ID=astro.* pnpm test:integration:base --grep @astro",
3434
"test:integration:base": "pnpm playwright test --config integration/playwright.config.ts",
35-
"test:integration:billing": "E2E_APP_ID=withBilling.astro.node pnpm test:integration:base --grep @billing",
35+
"test:integration:billing": "E2E_APP_ID=withBilling.* pnpm test:integration:base --grep @billing",
3636
"test:integration:cleanup": "pnpm playwright test --config integration/playwright.cleanup.config.ts",
3737
"test:integration:deployment:nextjs": "pnpm playwright test --config integration/playwright.deployments.config.ts",
3838
"test:integration:elements": "E2E_APP_ID=elements.* pnpm test:integration:base --grep @elements",

0 commit comments

Comments
 (0)