Testing DHTMLX (4.0.3)

Hello,

We’re using DHTMLX for our front-end and we want to TDD / BDD.
Which JS testing framework does DHTMLX use themselves? And / or which is best suited to test front-ends build on DHTMLX?

Thanks

As dhtmlx is an UI framework we are using functional and integration tests - ( CasperJS based )
For unit tests we are using Mocha

Thank you for the info. I’ll look into those :slight_smile: