0

I have multiple scenarios in my story file and I am running the scenarios using meta tag that will filter out the scenarios I don't want to execute. But in Serenity report it shows them as ignored and that makes it looks ugly as the ignored scenarios are lot more then the executed one. Is there any way I can remove those ignored scenarios from serenity generated report?

Verhagen
  • 3,885
  • 26
  • 36
Rakesh M
  • 41
  • 1
  • 7
  • I'm using serenityBDD with version 1.1.0+ and I don't get the scenarios in the overall test results page... but I have not idea how to exclude scenarios completely from the report – spcial Sep 23 '15 at 07:58
  • What meta tag are you using ? – Verhagen Oct 13 '15 at 09:43

1 Answers1

0

Appart from Serenity-BDD, what other tools are you using in your set up?

  • JUnit
  • JBehave
  • Cucumber
  • etc

In case you are using Serenity-BDD with JUnit and JBehave, have a look at Handling work-in-progress with Thucydides and JBehave using @pending and @wip tags

Verhagen
  • 3,885
  • 26
  • 36