File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 32
32
"test:integration:ap-flows" : " pnpm test:integration:base --grep @ap-flows" ,
33
33
"test:integration:astro" : " E2E_APP_ID=astro.* pnpm test:integration:base --grep @astro" ,
34
34
"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" ,
36
36
"test:integration:cleanup" : " pnpm playwright test --config integration/playwright.cleanup.config.ts" ,
37
37
"test:integration:deployment:nextjs" : " pnpm playwright test --config integration/playwright.deployments.config.ts" ,
38
38
"test:integration:elements" : " E2E_APP_ID=elements.* pnpm test:integration:base --grep @elements" ,
You can’t perform that action at this time.
0 commit comments