Javascript Testing framework is similar to dojo DOH

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!!!

+1
source share
1 answer

SitePen has replaced DOH with Intern . Intern is well adapted but not defined for the Dojo Framework. You can test the JS framework'd application with it. Note, however, I did not use either.

In addition, the SE architect I work with recently returned from a conference in love with Jasmine so you can look at it. It seems that they have completely different approaches to testing, so take a gander and decide for yourself where your tastes lie.

0
source

Source: https://habr.com/ru/post/1300032/


All Articles