Open plouc opened 6 years ago
Hello @plouc
if @bnadim is busy, I can have a try at this.
I've been digging around and apparently, Snapshot class method extractScenarios
only matches /^[\s]*Scenario:[\s]*(.*[^\s])[\s]*$/
, so when it's a Scenario Outline it doesn't match. Moreover, the line number for a single scenario in the outline, is the line number where the example is specified.
Anyway, I can give it a shot if that doesn't bother you.
@lelbil, no problem, depending on your planing of course :)
Steps to reproduce
Having a scenario like this:
Current behavior
Running this test, I end up with the following error:
Expected behavior
Test running :)
Environment
8.5.0
2.3.1
0.6.0