I am using Google Closure tools extensively, and would like to be able to run my unit tests without launching a browser, both for speed purposes and also for easier integration with continuos integration tools like Hudson. Any advice? Could this be done with server side javascript?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Realized that the Google Closure Testing framework is not really ment to be run without a DOM in place, hence, that it was not a good idea to run these tests on the server side. Instead, I will use selenium and the frameworks' multiple test runner to run the tests in a CI environment. |
|||
|
|