-
Notifications
You must be signed in to change notification settings - Fork 218
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
Labels
type-enhancement
A request for a change that isn't a bug
Milestone
Comments
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 27, 2015
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
added a commit
that referenced
this issue
Mar 2, 2015
nex3
added a commit
that referenced
this issue
Mar 2, 2015
nex3
added a commit
that referenced
this issue
Mar 3, 2015
nex3
added a commit
that referenced
this issue
Mar 3, 2015
nex3
added a commit
that referenced
this issue
Mar 5, 2015
nex3
added a commit
that referenced
this issue
Mar 6, 2015
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: