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
@description:TestingJava Description Testing
Scenario: test
Given get "http://www.demoqa.com/alerts"
Then wait for 4000 milisec
I am getting error saying unimplemented method which is working fine if i change argument to String . Integer Argument create problem .
Also Second problem i am getting description as first word in report not whole line .Above test case it is printing Description as "TestingJava".
Could you please help ?
The text was updated successfully, but these errors were encountered:
Hello I am facing couple of problem .
I have created custom steps as below.
Also my scenario file as below
I am getting error saying unimplemented method which is working fine if i change argument to String . Integer Argument create problem .
Also Second problem i am getting description as first word in report not whole line .Above test case it is printing Description as "TestingJava".
Could you please help ?
The text was updated successfully, but these errors were encountered: