mardi 20 octobre 2020

Is it possible to UNIT TEST a browser-based website (no node.js used) with Jasmine or Mocha or Chai?

I have a website fully written in basic HTML+CSS+JS with no Node.js, so it means it uses no Require.js or modularity functions such such import or export, nor any framework such React or Angular.

I am aware of QUnit which works for the purpose I have. But I was wondering if Mocha or Jasmine or other popular ones used for webapps could be used to test such website.

Aucun commentaire:

Enregistrer un commentaire