cucumberjs-qase-reporter 0.2.9 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,23 +0,0 @@
1
- Feature: Cucumber documentation 2
2
- As a user of cucumber.js
3
- I want to have documentation on cucumber
4
- So I can write better applications
5
-
6
- @badges
7
- Scenario: Status badges
8
- Given I am on the cucumber.js GitHub repository
9
- When I go to the README file
10
- Then I should see a "12412412" badge
11
- And I should see a "Dependencies" badge
12
-
13
- @ignore
14
- Scenario: Status badges 2
15
- Given I am on the cucumber.js GitHub repository
16
- When I go to the README file
17
- Then I should see a "Build Status" badge
18
- And I should see a "Dependencies" badge
19
-
20
- @sections
21
- Scenario: Usage documentation 5
22
- Given I am on the cucumber.js GitHub repository
23
- Then I should see nothing