Skip to content

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

Closed
nex3 opened this issue May 7, 2015 · 0 comments
Closed

Add support for server plugins #109

nex3 opened this issue May 7, 2015 · 0 comments
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
Copy link
Member

nex3 commented May 7, 2015

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.

@nex3 nex3 added type-enhancement A request for a change that isn't a bug status-blocked Blocked from making progress by another (referenced) issue labels May 7, 2015
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
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 nex3 closed this as completed in #513 Dec 21, 2016
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
Projects
None yet
Development

No branches or pull requests

1 participant