selenium-ide
selenium-ide copied to clipboard
Execution Panel does not track subtasks correctly
🐛 Bug Report
If you have a test case which uses the run command to run multiple sub-tests, the Execution panel on the far left correctly shows the execution of the first sub test, but not subsequent tests.
To Reproduce
Create three tests. Run them using the run command in a 'parent' test. Observe the Execution panel to see that only the first child test is shown under the parent in the Execution panel.
Expected behavior
The panel should update to show which sub-test is currently being run.
Project file reproducing this issue (highly encouraged)
See attached for self-explanatory project file. I have introduced artificial 'pause' commands to make it more obvious what's happening.
(need to remove the .txt extension)
Run 'Parent Test' to see the behaviour.
Environment
OS: Windows 10 Selenium IDE Version: v3.17.0 Selenium SIDE Runner Version: NA
Browser: Chrome
Browser Version: 83.0.4103.61 (Official Build) (64-bit)
This problem is still happening @toddtarsi
Could you take a look? Thanks!
@AlberTajuelo - Thanks for reporting! We're actively awaiting code signing certificates to release a new major version in Alpha, so I don't think we'll be fixing this in 3.x, but we're right at the threshold for 4, which should be a HUGE increase in QoL and out this month
@AlberTajuelo - Thank you for the repro test as well! We'll make sure this is 💯 in 4
Thanks a lot @toddtarsi !!