Commit 548ca65
committed
fix(e2e): simplify billing tests and fix environment configuration
Simplified billing-related integration tests by removing explicit environment
constraints. Tests now run against the default withBilling environment instead
of requiring explicit withEnv configuration, reducing test setup complexity.
Fixed withBillingJwtV2 environment configuration:
- Removed staging API URL override (now uses default production API)
- Changed from 'with-billing-staging' to 'with-billing' instance keys
- This aligns the test environment with the production billing setup
Added CLERK_JS_URL and CLERK_UI_URL to withCustomRoles environment to support
local development and CI testing scenarios where custom Clerk script URLs
are needed.
Also fixed minor typo in test name and removed extraneous blank line.1 parent 9b56b36 commit 548ca65
File tree
3 files changed
+8
-10
lines changed- integration
- presets
- tests
3 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 170 | + | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
639 | 638 | | |
640 | 639 | | |
641 | 640 | | |
642 | | - | |
| 641 | + | |
643 | 642 | | |
644 | 643 | | |
645 | 644 | | |
| |||
657 | 656 | | |
658 | 657 | | |
659 | 658 | | |
660 | | - | |
661 | 659 | | |
662 | 660 | | |
663 | 661 | | |
| |||
0 commit comments