Skip to content

Support browser tests #5

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 Feb 19, 2015 · 0 comments
Closed

Support browser tests #5

nex3 opened this issue Feb 19, 2015 · 0 comments
Labels
type-enhancement A request for a change that isn't a bug

Comments

@nex3
Copy link
Member

nex3 commented Feb 19, 2015

As it stands, the test runner (#2) can only run VM tests. It should also be able to run tests on the browser—both on Dartium and compiled to JS on other browsers. This should integrate well into the existing command-line runner API, probably with a Karma-style client/server model.

@nex3 nex3 added the type-enhancement A request for a change that isn't a bug label Feb 19, 2015
@nex3 nex3 modified the milestone: 0.12.0-alpha.1 Feb 23, 2015
nex3 added a commit that referenced this issue Feb 25, 2015
This class multiplexes communication over a single underlying channel.
It will be useful for communicating individually with test suites and
tests over the server ↔ browser WebSocket connection.

See #5
nex3 added a commit that referenced this issue Feb 26, 2015
This class multiplexes communication over a single underlying channel.
It will be useful for communicating individually with test suites and
tests over the server ↔ browser WebSocket connection.

See #5

[email protected]

Review URL: https://codereview.chromium.org//957583002
nex3 added a commit that referenced this issue Feb 28, 2015
This will allow the test runner to compile test files to JavaScript.
It runs dart2js instances in parallel but prints their output
sequentially.

See #5

[email protected], [email protected]

Review URL: https://codereview.chromium.org//960723002
@nex3 nex3 closed this as completed Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant