features/reporting.feature in chemistrykit-3.9.0.rc2 vs features/reporting.feature in chemistrykit-3.9.0.rc3
- old
+ new
@@ -46,18 +46,16 @@
selenium_connect:
log: 'evidence'
browser: 'firefox'
"""
- @announce
Scenario: I can run the tests
When I run `ckit brew`
Then the stdout should contain "5 examples, 3 failures, 1 pending"
And the following files should exist:
| evidence/final_results.html |
- @announce
Scenario: I can run the tests local with concurrency
Given I overwrite config.yaml with:
"""
concurrency: 2
screenshot_on_fail: true
@@ -68,10 +66,9 @@
When I run `ckit brew`
Then the stdout should contain "5 examples, 3 failures, 1 pending"
And the following files should exist:
| evidence/final_results.html |
- @announce
Scenario: I can run the tests with concurrency
Given I overwrite config.yaml with:
"""
concurrency: 2
screenshot_on_fail: true