-
Notifications
You must be signed in to change notification settings - Fork 217
Add support for server plugins #109
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
Labels
customer-bolt2
status-blocked
Blocked from making progress by another (referenced) issue
type-enhancement
A request for a change that isn't a bug
Comments
nex3
added a commit
that referenced
this issue
Dec 16, 2016
This adds `spawnHybridUri()` and `spawnHybridCode()` methods that spawn VM isolates even when called from the browser. Closes #109
nex3
added a commit
that referenced
this issue
Dec 16, 2016
This adds `spawnHybridUri()` and `spawnHybridCode()` methods that spawn VM isolates even when called from the browser. Closes #109
nex3
added a commit
that referenced
this issue
Dec 16, 2016
This adds `spawnHybridUri()` and `spawnHybridCode()` methods that spawn VM isolates even when called from the browser. Closes #109
nex3
added a commit
that referenced
this issue
Dec 16, 2016
This adds `spawnHybridUri()` and `spawnHybridCode()` methods that spawn VM isolates even when called from the browser. Closes #109
nex3
added a commit
that referenced
this issue
Dec 19, 2016
This adds `spawnHybridUri()` and `spawnHybridCode()` methods that spawn VM isolates even when called from the browser. It still needs some additional work to close the isolates when the test ends by default. See #109
nex3
added a commit
that referenced
this issue
Dec 20, 2016
This adds `spawnHybridUri()` and `spawnHybridCode()` methods that spawn VM isolates even when called from the browser. It still needs some additional work to close the isolates when the test ends by default. See #109
nex3
added a commit
that referenced
this issue
Dec 20, 2016
nex3
added a commit
that referenced
this issue
Dec 20, 2016
Users can pass stayAlive: true to keep them open, but this helps ensure that they won't accidentally have a bunch of isolates hanging around between tests. Closes #109
nex3
added a commit
that referenced
this issue
Dec 21, 2016
Users can pass stayAlive: true to keep them open, but this helps ensure that they won't accidentally have a bunch of isolates hanging around between tests. Closes #109
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
customer-bolt2
status-blocked
Blocked from making progress by another (referenced) issue
type-enhancement
A request for a change that isn't a bug
It should be possible for users to create plugins that provide additional handlers for the server that can communicate with browsers, as well as the ability to hook into the communication channel with the test page. This is especially useful for test infrastructure that straddles the browser/console boundary, for example google/webdriver.dart#76.
Blocked on #48.
The text was updated successfully, but these errors were encountered: