Context: I am using Python with Behave (BDD). My .feature file look like this:
@ISA-75
@ISA-76
@1
@1.1
Scenario: A user will be able to enter an email address to receive a notification when a requested archive is complete.
Given ...
When ...
Then ...
The output of the run doesn`t contain the @1 or @1.1 information. There is any way to tell behave to print out that information at run time?