Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
test: implement test isolation for e2e tests #688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
test: implement test isolation for e2e tests #688
Changes from all commits
bde1f56
01f9b68
bfb51b4
0531973
d8c2fe8
1d2d9df
5a3fbdc
2cba182
48167eb
7f6dceb
912acfc
7117a49
6560456
0825ff6
d8fe086
72010e3
e053298
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 154 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > finds free ports and starts the process successfully
Check failure on line 186 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > updates tray status when tray is provided
Check failure on line 195 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > logs process PID after spawning
Check failure on line 206 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > handles process error events
Check failure on line 226 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > handles process exit events
Check failure on line 241 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > captures Sentry message when process exits unexpectedly
Check failure on line 260 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > does not capture Sentry message when app is quitting
Check failure on line 275 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > does not capture Sentry message when process exits during restart
Check failure on line 307 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > assigns different ports to main and MCP services
Check failure on line 321 in main/src/tests/toolhive-manager.test.ts
main/src/tests/toolhive-manager.test.ts > toolhive-manager > startToolhive > uses range for main port but any port for MCP
Uh oh!
There was an error while loading. Please reload this page.