Get help with testing, discuss unit testing strategies etc.


Post by nickolay »

Hm, pretty sure we have test coverage for ENTER simulation, there must be some specific conditions for this issue. Yes, a test case would help a lot.


Post by zombeerose »

I have found that this was ultimately caused by an internal override that prevented data from loading correctly. The siesta assertions were behaving correctly. Thank you for your time in troubleshooting this issue.

I would still like to request the global screenshot option though (viewtopic.php?p=114297#p114297).


Post by mats »

Siesta does support screenshotting already, just not automatically for every failed test. We have a feature request open for this. It's just a bit tricky since we can't force stop the test so since the screenshot process is async the screen may change during the process. We internally at Bryntum re-run all failed tests with RootCause enabled so we get a full video of the test run for debugging, could be an idea for you perhaps?


Post Reply