selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

Execution Panel does not track subtasks correctly

Open nickylang opened this issue 5 years ago • 4 comments

🐛 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.

execute-bug.side.txt

(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)

nickylang avatar May 27 '20 08:05 nickylang

This problem is still happening @toddtarsi

Could you take a look? Thanks!

AlberTajuelo avatar May 10 '22 06:05 AlberTajuelo

@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

toddtarsi avatar May 12 '22 15:05 toddtarsi

@AlberTajuelo - Thank you for the repro test as well! We'll make sure this is 💯 in 4

toddtarsi avatar May 12 '22 15:05 toddtarsi

Thanks a lot @toddtarsi !!

AlberTajuelo avatar May 12 '22 17:05 AlberTajuelo