Is there any javascript framework similar to dojo DOH ?
I am looking for a testing platform that is browser-based, like dojo DOH, it provides support for both browsers and the JS runtime.
In simple words, I'm looking for:
Simple browser-based graphical interface and running file.
Why am I looking for another test device instead of dojo DOH?
dojo DOH comes with the full DOJO package, so if I am developing an application in dojo, then dojo DOH is useful. Suppose I am developing an application in other environments such as Angular, Backbone, etc.
Then, just for testing the application, I have to add the full dojo package with my application. (Please correct me if I am wrong, this assumption was made in my experience on dojo)
Please help me if it is possible to test the application using dojo DOH without adding the full dojo package.
Thanks!!!
source share