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
To show input text in console when running with htmlTestRunner
Prompt is shown , but text is not shown to user to proceed further
because of this execution is halted waiting for user from input - but no text is shown related to it
What I Did
input("Test Execution is completed inorder to proceed please click on Enter Button")
and run with HtmlTestRunner in console
Expecting that input text to be displayed like below
The text was updated successfully, but these errors were encountered:
Description
To show input text in console when running with htmlTestRunner
Prompt is shown , but text is not shown to user to proceed further
because of this execution is halted waiting for user from input - but no text is shown related to it
What I Did
input("Test Execution is completed inorder to proceed please click on Enter Button")
and run with HtmlTestRunner in console
Expecting that input text to be displayed like below
The text was updated successfully, but these errors were encountered: