feat: update E2E fixture settings and improve test repository initialization

- Changed the E2E settings to enable the use of worktrees for better test isolation.
- Modified the test repository initialization to explicitly set the initial branch to 'main', ensuring compatibility across different git versions and avoiding CI environment discrepancies.
This commit is contained in:
webdevcody
2026-01-07 23:10:02 -05:00
parent 8992f667c7
commit dc264bd164
2 changed files with 12 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ const E2E_SETTINGS = {
defaultSkipTests: true,
enableDependencyBlocking: true,
skipVerificationInAutoMode: false,
useWorktrees: false,
useWorktrees: true,
showProfilesOnly: false,
defaultPlanningMode: 'skip',
defaultRequirePlanApproval: false,