Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

buster-ci should be able to run node tests. #442

Open
GCheung55 opened this issue Jan 9, 2015 · 6 comments
Open

buster-ci should be able to run node tests. #442

GCheung55 opened this issue Jan 9, 2015 · 6 comments
Assignees
Milestone

Comments

@GCheung55
Copy link
Contributor

buster-ci only runs browser tests and it should be able to run node tests.

@dwittner
Copy link
Member

Why do you want to use buster-ci for node testing instead of buster-test? The intention of buster-ci is to provide a comfortable way to run browser tests, without the need to start buster-server, capture the browsers and run the tests.

@dwittner dwittner self-assigned this Jan 12, 2015
@GCheung55
Copy link
Contributor Author

This feature would be beneficial because it's able to output an XML file without the uncaughtExceptions that is logged to stdout, unlike buster-test.

@dwittner
Copy link
Member

buster-ci should behave just the same as buster-test --reporter xml 1> output.xml.

@GCheung55
Copy link
Contributor Author

But it isn't the same because the warning log shows up, as described in #439, in the output.xml.

buster-ci doesn't show the warning log in the output.xml.

@dwittner
Copy link
Member

But the warnings only show up for browser tests, right? I don't see them for node tests.

@GCheung55
Copy link
Contributor Author

Did you try the code from #439 (comment) ?

@dwittner dwittner added this to the 1.0 release milestone Jul 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants