You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functional test framework relies on the Selenium web testing framework and associated ChromeDriver to function. Sometimes, the first test is run before the ChromeDriver and Selenium are fully ready and listening locally for interaction. As a result, the first test in a testplan may fail with an error.
To reproduce
Steps to reproduce the behavior:
Run functional tests
Review results for testplans with failures in the first test that indicates "Unable to connect to remote server"
Expected behavior
Selenium and the chrome driver to be up and ready by the time tests need it and execute without error.
Any helpful log output or screenshots
Example of the error seen when this bug is triggered.
The text was updated successfully, but these errors were encountered:
schrolla
added
bug
This issue or pull request addresses broken functionality
Testing
This issue or task involves testing the automation tool function
labels
Sep 26, 2024
🐛 Summary
The functional test framework relies on the Selenium web testing framework and associated ChromeDriver to function. Sometimes, the first test is run before the ChromeDriver and Selenium are fully ready and listening locally for interaction. As a result, the first test in a testplan may fail with an error.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Selenium and the chrome driver to be up and ready by the time tests need it and execute without error.
Any helpful log output or screenshots
Example of the error seen when this bug is triggered.
![Screenshot 2024-09-26 at 9 07 11 AM](https://private-user-images.githubusercontent.com/108814318/371179488-a5d58f8e-9f4f-4440-a0fc-ac6d1629f106.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Njk0OTAsIm5iZiI6MTczOTU2OTE5MCwicGF0aCI6Ii8xMDg4MTQzMTgvMzcxMTc5NDg4LWE1ZDU4ZjhlLTlmNGYtNDQ0MC1hMGZjLWFjNmQxNjI5ZjEwNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMTM5NTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04OTk4ZjBmZDhlOGMzNmRmNjU4NDBiZDhkMzJjNzZmMTgzYWRkYWMwNDUwZGJlZmYwMWQ3M2EwZDkxYTc2MjY3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.mM8_PcaZFeDK-Rmr4sASPT_QlAAPLqLmMkVWW45jcz4)
The text was updated successfully, but these errors were encountered: