You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/vitest-certa-bridge/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The not-yet-supported areas are specifically `@vitest/browser` command APIs that
58
58
59
59
The provider also starts with `supportsParallelism = false`. That keeps one Electron session active at a time while the callback bridge, preload composition, cache isolation, and teardown behavior are proven. Parallel sessions can be enabled later after adding dedicated coverage for concurrent BrowserWindows/processes and any shared backend callback state.
60
60
61
-
Test-file isolation is still controlled by Vitest browser-mode config. The provider loads its preload into Vitest's tester iframe, so isolated test iframes are a supported direction, but each consuming package should validate its own setup/teardown assumptions when enabling or changing isolation.
61
+
Test-file isolation is still controlled by Vitest browser-mode config. Vitest executes tests inside a same-origin tester iframe, so the provider loads its preload into subframes while keeping `nodeIntegration` disabled and `contextIsolation` enabled. Each consuming package should validate its own setup/teardown assumptions when enabling or changing isolation.
0 commit comments