Skip to content

Conversation

@daniel-stoian-lgp
Copy link
Contributor

@daniel-stoian-lgp daniel-stoian-lgp commented Dec 9, 2025

Checklist

  • I have read and understand the contribution guide
  • A CHANGELOG entry is included
  • At least one test case is included for this feature or bug fix
  • I have run automated testing and it is passed
  • Documentation was added or is not needed
  • This is an API breaking change

Issue Resolved / Feature Added

Updated to chrome 132 for all tests

Resolution

wdio.conf.js:

  • disabled various features for Chrome to reduce memory consumption
  • increased timeouts to better handle low hardware resources
  • retries: 2 - to reperform a failed test. it helps with recovery after timeout. the affected test will be reperformed

confHelpers:

  • added guard to recover browser session if a timeout happened; a limit of 3 tries has been set;
  • In afterTest: we added a guard to avoid duplicate entries in failedTests.html ( a test retry might happen because of screenshot difference or because of a timeout)

Additional Considerations

Links

NXT-3375

Comments

Enact-DCO-1.0-Signed-off-by: Daniel Stoian (daniel.stoian@lgepartner.com)

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

Successfully merging this pull request may close these issues.

3 participants