Closed jaskaran121 closed 4 years ago
Thanks for point at this behavior. I don't mind that agent will put scenario outline parameters as item description.
@Jaskaran121 It will be implemented in the next agent release.
@Jaskaran121 please review the following proposal
Table represents scenario outline examples. a
and b
are parameters.
@nrodiontsev2 Yes this will work....though really fast work I was myself thinking of creating a PR for this. ;) Sorry for asking this question so early... but when do you guys are planning to release this?
Now. v3.0.1 is available (give 10 mins for indexing).
Feature: CalculatorFeature In order to avoid silly mistakes As a math idiot I want to be told the sum of two numbers
@BasePage Scenario Outline: Basepage is Calculator When I navigate to the Calculator page
Scenarios: | Browser | | Chrome | | IE |
Right now i am not able to see full scenario name, like it shows in specflow runner.
Though i can see in report portal more info option like
Is it possible to see the full scnerio title in the main page itself , rather clicking on more info...here:-
If this possible by configuring something can you please let me know... thankx