-
Notifications
You must be signed in to change notification settings - Fork 66
Running unit tests and integration tests #20
Comments
Original comment by
|
Internally at Google, the tests are run with Bazel using rules similar to those in https://github.com/bazelbuild/rules_closure. I will see if those rules can be used to run the tests in this project. |
Is the difference between the |
@ScottFreeCode Yes they are different. <script src="./test_js_deps.js"></script> , see what namespaces are missing, and include them manually. |
Alright, finally got it working; thanks! |
@ScottFreeCode Good to hear! |
I'm still a bit confused here. So is there a way to run the tests automatically out of the box or do we have to run them one at a time? Is there additional software to install? If so, can it be added to the devDependencies and the gulp file updated so that it can basically be a single command to run all tests? |
@bedney I'm working on a workflow that will allow running tests out of the box. |
@Dominator008 - Thank you sir! I appreciate it! |
Original issue reported on code.google.com by
mart...@enketo.org
on 11 Mar 2015 at 6:03The text was updated successfully, but these errors were encountered: