Skip to content

Commit e5acdbf

Browse files
feat: e2e dev preview tests
1 parent b777756 commit e5acdbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/commands/lightning/dev/helpers/devServerUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export function startLightningDevServer(
118118
const spawnEnv = {
119119
...process.env,
120120
...env,
121+
OPEN_BROWSER: 'false',
121122
LIGHTNING_DEV_PRINT_PREVIEW_URL: 'true',
122123
};
123124
const args = [runJs, 'lightning', 'dev', 'component', '-o', username];

0 commit comments

Comments
 (0)