You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing a test in 'dry run' mode, either from the command line using --dry-run or from within a JUnit class using the @Cucumber.Options (dryRun = true), the code contained within the @before and @after annotations is executed.
The text was updated successfully, but these errors were encountered:
This is happening on hooks because there is no check for the dry run option before running hooks. I'll fix this in the next few days. I'm not sure why this would happen on backgrounds since backgrounds run steps with the same method as scenario steps.
While executing a test in 'dry run' mode, either from the command line using --dry-run or from within a JUnit class using the @Cucumber.Options (dryRun = true), the code contained within the @before and @after annotations is executed.
The text was updated successfully, but these errors were encountered: