features/publish_results.feature in cucumber-pro-0.0.13 vs features/publish_results.feature in cucumber-pro-0.0.14
- old
+ new
@@ -3,10 +3,11 @@
Background:
Given I set the environment variables to:
| variable | value |
| CUCUMBER_PRO_TOKEN | valid-token |
+ | BUILD_NUMBER | 22 |
Scenario: A couple of scenarios
Given a git repo
And a feature "features/test.feature" with:
"""
@@ -50,6 +51,5 @@
Then the results service should receive a header
And the results service should receive these test-case results:
| status | path | location |
| passed | features/test.feature | 7 |
| failed | features/test.feature | 8 |
-