Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium v4 long-term stability issues #1795

Open
edvinjunda opened this issue Feb 27, 2024 · 0 comments
Open

Selenium v4 long-term stability issues #1795

edvinjunda opened this issue Feb 27, 2024 · 0 comments

Comments

@edvinjunda
Copy link

馃悰 Bug Report

  1. When running test scripts for long time, Selenium UI starts lagging and eventually can freeze. Logger doesn't catch up with printing logs in console and is pausing logs printing when actual pause is triggered.

  2. When having a lot of "Run" commands used for long time one in another (nested), IDE gets overloaded and stops responding and UI elements disappear, just blank screen stays.

To Reproduce

Use some test script which has many times repeating (would be also good to use long) cycle and many "Run" commands, in cycle itself, which run other scripts, would be better if those scripts also would be running other scripts.

Expected behavior

  1. UI shouldn't freeze and IDE logs should be printed at the moment when commands are triggered.
  2. IDE shouldn't be overloaded and crash while using "Run" commands.

Project file reproducing this issue (highly encouraged)

Link for script which may help reproduce 1st issue: ((https://github.com/SeleniumHQ/selenium-ide/files/14024390/dummy.tests.json))

Environment

OS: Windows 10 OS
Selenium IDE Version: 4.0.1-alpha.98 (also appeared with lower versions)

Related issue

#1763

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant