Search found 26 matches

Alright so I figured it out - I just had to write a function to programmatically select the node in the tree and the waitForCQVisible works fine. Kinda bummed I had to do it this way as I thought I could've just used the Ext JS methods you guys supply but it is what it is. Thanks for your help tho!
My environment is just my Windows 10 workstation. After I posted this, I updated my ChromeDriver to version 80 to match Chrome. What if you run it in automation, but not headless? I assume we are talking about Chrome? Yes Chrome, sorry. It does seem to work in Automation mode. This is also my last t...
Hi, I'm kinda scratching my head at this one. I have some tests that essentially do the following... 1. Logs into the app 2. Clicks on a tree node to open a view 3. Checks the itemId of the panel to see if it matches and is visible (waitForCQVisible) It works perfectly when I run the test suite in t...
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 ex...
Hi all,

Is it possible to have a test that can wait for refreshing the page/app reload? For example - I have a Settings feature of my app that saves changes and then reloads the page. I'd like to test that the settings were saved correctly after the page loads.

Thanks!
Wow, I'm surprised but I'm sure we can work around it.
Hi all,

Is there a way to change the timezone of the timestamp in the JUnit XML reports?

Thanks!
Thank you so much for providing that in-depth outlook on Siesta's future. I'm glad Siesta is going to be prepped for the future. The Electron idea is very cool. The future is bright and I'm happy to see continued development efforts. Appreciate it!
Hi all,

After months of setting up and playing with Siesta along with a little bit of learning curve, I'm really enjoying the product. I was just wondering what the roadmap looked like for Siesta and when the next release would be.

Cheers!
Hey, sorry to bump up this thread a few weeks later but I'm also getting the same issue.

I have a couple of Ext JS apps with tests so how can I run these same tests in Node so that I can integrate them into our build process?

Thanks!