SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.74k stars 740 forks source link

window closing #1669

Closed manikantayarramsetti1 closed 1 year ago

manikantayarramsetti1 commented 1 year ago

💬 When i m running my test.If the test gets failed it is closing the window and opening the new window for next test running, But when the first window gets closed i cannot open next window, because user session is already opened in the previous window

i dont want to close the window when the test gets fails.how to do this

toddtarsi commented 1 year ago

No. The IDE won't do this for you. I'm not interested in implementing this feature. Commenting on six different issues is also moving the needle in the wrong direction. If you need to do this, I'd recommend making your login logic part of a test and using the run command to call it as part of the test start.

manikantayarramsetti1 commented 1 year ago

yes i was doing like this only, login logic part of a test and using the run command, but previously my session was not logged out in test1.so in next test case test2 i cannot login because of user session opens

On Fri, 30 Jun 2023 at 01:57, Todd Tarsi @.***> wrote:

No. The IDE won't do this for you. I'm not interested in implementing this feature. Commenting on six different issues is also moving the needle in the wrong direction. If you need to do this, I'd recommend making your login logic part of a test and using the run command to call it as part of the test start.

— Reply to this email directly, view it on GitHub https://github.com/SeleniumHQ/selenium-ide/issues/1669#issuecomment-1613769103, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATDOXMIMOL6IITPK2J64K5LXNXQL7ANCNFSM6AAAAAAZY3VJKA . You are receiving this because you authored the thread.Message ID: @.***>

toddtarsi commented 1 year ago

So is your problem that you need to drop sessions between tests? This should occur automatically in the side-runner. What version of side-runner are you using?

manikantayarramsetti1 commented 1 year ago

So is your problem that you need to drop sessions between tests? This should occur automatically in the side-runner. What version of side-runner are you using?

selenium-side-runner@4.0.0-alpha.48 this is the version i m using . i m struck with droping session

manikantayarramsetti1 commented 1 year ago

So is your problem that you need to drop sessions between tests? This should occur automatically in the side-runner. What version of side-runner are you using?

is there any way you know, please let me know

manikantayarramsetti1 commented 1 year ago

So is your problem that you need to drop sessions between tests? This should occur automatically in the side-runner. What version of side-runner are you using?

my issue was closed without knowing me, how can i apprach this user session problem

github-actions[bot] commented 11 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.