Premium support for our pure JavaScript UI components


Post by clovisapp »

Hi Bryntum,

What is the best way to tests Bryntum behaviors in our app ? Do you know any test tool / library to run these tests ?

That's really important for us to keep stability when upgrading Bryntum.

We need to test:

  • performing drag and drops
  • performing elements display
  • performing workflows with our app

Thanks a lot for your insights !

Image


Post by ghulam.ghous »

Hi there,

You can use Jest to implement unit testing in your application. At bryntum, we use Siesta as a testing tool for our components. You can read about that here: https://bryntum.com/products/siesta/. Also you can find the test cases used by our team inside the tests folder.


Post by clovisapp »

Thanks @ghulam,

Have you ever experienced solutions like https://www.testim.io/ or something similar ?

Thanks a lot !

Image


Post by ghulam.ghous »

Nope that is something that we have never used. Probably you can explore it. We have our complete test coverage written in Siesta. But I think it should be doable with libraries like Jest etc.


Post Reply