Categories
|
opensource software
IntelliJBehaveProducts: Android Studio, IntelliJ IDEA Vendor: Aman Kumar Email: Website: https://github.com/kumaraman21/IntelliJBehave/wiki License: https://github.com/kumar.../blob/master/LICENSE.txt Description:
IntelliJ IDEA Plugin for JBehave
The plugin provides the following features:
3 updates are hidden
show all updates
Recent change notes:
General usage instructions:See https://github.com/kumaraman21/IntelliJBehave/wiki |
|||||||||||||||||||||
Comments:
would be great to have this in place very soon. thx. :-)
I have something like this in my story:
Given User navigates to "Some" RHP
!--Given User selects "Action" subtab
When i run this story using IntellijIdea(11.0.2) in Firefox 10.0.2 i get this:
Given User navigates to "Some" RHP
!--Given User selects "Action" subtab (FAILED)
(java.lang.AssertionError: Element with locator //div[@class='UIAccordion_default_container']//a[text()= 'Some" RHP
!--Given User selects "Action'] not found! Waited 10 seconds)
I don't want to run the commented lines but as you can see those lines are also getting exceuted.
Please reply to this.