What is the issue?
The flag fails to capture screenshots on steps that don't use the session for the web such as database fixture setup steps. At this point the session probably hasn't started and trying to capture a screenshot results in a fatal error.
How did it happen?
A fixture step definition was used prior to a web one
What should have happened?
It should probably bypass the steps it can't take a screenshot for.
What is the issue? The flag fails to capture screenshots on steps that don't use the session for the web such as database fixture setup steps. At this point the session probably hasn't started and trying to capture a screenshot results in a fatal error.
How did it happen? A fixture step definition was used prior to a web one
What should have happened? It should probably bypass the steps it can't take a screenshot for.