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.
- package/README.md +35 -36
- package/dist/index.d.ts +2 -36
- package/dist/index.js +2 -453
- package/dist/reporter.d.ts +86 -0
- package/dist/reporter.js +199 -0
- package/package.json +36 -45
- package/tsconfig.build.json +9 -0
- package/dist/index.js.map +0 -1
- package/examples/examples/phantom/support/cucumber_documentation.js +0 -23
- package/examples/examples/phantom/support/hooks.js +0 -9
- package/examples/examples/phantom/support/world.js +0 -91
- package/examples/examples/zombie/logo.svg +0 -4
- package/examples/examples/zombie/steps/cucumber_documentation.js +0 -34
- package/examples/examples/zombie/support/hooks.js +0 -26
- package/examples/examples/zombie/support/world.js +0 -16
- package/examples/features/cucumber_documentation.feature +0 -11
- package/examples/features/cucumber_documentation2.feature +0 -23
- package/examples/package-lock.json +0 -25420
- package/examples/package.json +0 -17
- package/test/plugin.test.ts +0 -193
- /package/{examples/screenshots → screenshots}/demo.gif +0 -0
- /package/{examples/screenshots → screenshots}/screenshot.png +0 -0
|
@@ -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
|