reportportal / agent-net-specflow

Report Portal agent for SpecFlow
Apache License 2.0
10 stars 4 forks source link

Full Title in Case of scenario outline not showing. [Question] #58

Closed jaskaran121 closed 3 years ago

jaskaran121 commented 3 years ago

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.

test

Though i can see in report portal more info option like Inkedtest2_LI

Is it possible to see the full scnerio title in the main page itself , rather clicking on more info...here:-

test1

If this possible by configuring something can you please let me know... thankx

nvborisenko commented 3 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.

nvborisenko commented 3 years ago

@Jaskaran121 please review the following proposal

image

Table represents scenario outline examples. a and b are parameters.

jaskaran121 commented 3 years ago

@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?

nvborisenko commented 3 years ago

Now. v3.0.1 is available (give 10 mins for indexing).