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
Karate-robot's (version 1.4.1) click functionality encounters an issue when targeting elements outside the current viewport. Instead of throwing an exception, the script enters an endless retry loop, repeatedly failing to find a clickable point. This leads to test execution being stuck, preventing report generation and necessitating manual termination.
What is the recommended approach to explicitly fail a test case in Karate Robot and ensure the subsequent test cases in the suite are executed?
The text was updated successfully, but these errors were encountered:
Karate-robot's (version 1.4.1) click functionality encounters an issue when targeting elements outside the current viewport. Instead of throwing an exception, the script enters an endless retry loop, repeatedly failing to find a clickable point. This leads to test execution being stuck, preventing report generation and necessitating manual termination.
What is the recommended approach to explicitly fail a test case in Karate Robot and ensure the subsequent test cases in the suite are executed?
The text was updated successfully, but these errors were encountered: