Get help with testing, discuss unit testing strategies etc.


Post by jminutella »

Hello again,

How do I access Siesta test instance properties inside of my Ext Js app?

Let's say I start the Siesta test and my app begins to initialize and load. Between the loading time and the actual Siesta test, I'd like to change values of one my app class properties before the Siesta test is executed.

What would be the best approach for this?

Post by mats »

Use a preload to alter the state of your code, they can contain pure JS (or CSS) too. https://bryntum.com/docs/siesta/#!/api/Siesta.Project-cfg-preload

Post Reply