Closed rohandudam closed 1 month ago
Tested the fix with and without fix to know what exactly change and how it is behaving before fix and after fix. Tested for PASS and Failed Scenarios. I was trying to test Javascript Failed message to display and how it will display the status in BS. here are the details
Tested the fix with and without fix to know what exactly change and how it is behaving before fix and after fix. Tested for PASS and Failed Scenarios. I was trying to test Javascript Failed message to display and how it will display the status in BS. here are the details
@nelabhotlaR What changes do you made to make test to fail. Test executing PASS command. And do you touched conftest.py, specifically javascript code which we are using to set status? Are you able to reproduce the issue consistantly?
@rohandudam , In execute_javascript() method I was testing this line of code print(f"An error occured during javascript execution: {str(e)}") for which I modified the code to fail and display this print() statement.
Look at the attached screenshots to look at staus update: When test pass: When test fail: