1.1.0 • Published 3 months ago

testcafe-reporter-cucumber-json-gherkin-testcafe v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

JSON TestCafe Reporter npm version for gherkin-testcafe based on JSON TestCafé Reporter npm version

This is the JSON reporter plugin for TestCafé intergrated with gherkin-testcafe

This TestCafé reporter generates JSON files that can be merged and converted to a nice and searchable html report by using multiple-cucumber-html-reporter.

JSON files generated by this reporter have the same schema than those generated by the Cucumber JSON reporter: this is why fixture is translated to Feature and test to Scenario in the final HTML report.

Additionally scenarios contains steps

To install this TestCafé Reporter

  • run the command:

    npm install --save testcafe-reporter-cucumber-json-gherkin-testcafe

Modification is based on the version 6.3.0 of Look at the JSON TestCafé Reporter, look here https://www.npmjs.com/package/testcafe-reporter-cucumber-json

Knowlege

TestCafe dynamically loads reporters based on their names. For example, when we set on the command line --reporter foo, TestCafe looks for a folder named testcafe-reporter-foo in the node_modules folder. So .testcaferc.json configuration should contains reporter name e.g.

 ...
 "reporter": [
        {
            "name": "cucumber-json-gherkin-testcafe",
            "output": "reports/report.json"
        },
 ...
1.1.0

3 months ago

1.0.9

11 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago