Merge pull request #6748 from lohit-bruno/bruno_app_instances_handling

feat: `bruno app instances` handling updates
This commit is contained in:
lohit
2026-01-21 14:23:17 +00:00
committed by GitHub
parent 67c1d39e60
commit 3e92c44a5a
2 changed files with 61 additions and 22 deletions

View File

@@ -91,6 +91,7 @@ export const test = baseTest.extend<
ELECTRON_USER_DATA_PATH: userDataPath,
DISABLE_SAMPLE_COLLECTION_IMPORT: 'true',
PLAYWRIGHT: 'true',
DISABLE_SINGLE_INSTANCE: 'true',
...dotEnv
}
});