Skip to content

Commit

Permalink
[docs] Add my TestCafe Cucumber steps plugin (#4700)
Browse files Browse the repository at this point in the history
* Add my TestCafe Cucumber steps plugin

* Edit README.md

* Use node 10 for docs

* Fix the major version for markdownlint

Co-authored-by: Vasily Strelyaev <[email protected]>
Co-authored-by: Andrey Belym <[email protected]>
  • Loading branch information
3 people authored and kirovboris committed Jan 28, 2020
1 parent 251c9aa commit 8491646
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis-docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
matrix:
include:
- node_js: "8"
- node_js: "10"
env: GULP_TASK="test-docs-travis" JEKYLL_ENV="testing"
fast_finish: true

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ TestCafe developers and community members made these plugins:
Use ESLint when writing and editing TestCafe tests.
* [ESLint plugin](https://github.com/miherlosev/eslint-plugin-testcafe) (by [@miherlosev](https://github.com/miherlosev))

* **Cucumber Support**<br/>
Create and run tests that use the Cucumber syntax.
* [gherkin-testcafe](https://github.com/kiwigrid/gherkin-testcafe) (by [@kiwigrid](https://github.com/kiwigrid)) - run your Cucumber tests with TestCafe as a backend. Requires [CucumberJS](https://github.com/cucumber/cucumber-js).
* [testcafe-cucumber-steps](https://github.com/Marketionist/testcafe-cucumber-steps) (by [@Marketionist](https://github.com/Marketionist)) - provides predefined Cucumber steps for [gherkin-testcafe](https://github.com/kiwigrid/gherkin-testcafe).

## Different Versions of TestCafe

| &nbsp; | [TestCafe](https://devexpress.github.io/testcafe) | [TestCafe Studio](https://www.devexpress.com/products/testcafestudio/?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-diff) |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"gulp-webmake": "0.0.4",
"js-yaml": "^3.6.1",
"license-checker": "^20.0.0",
"markdownlint": ">=0.0.8",
"markdownlint": "^0.19.0",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"multer": "^1.1.0",
Expand Down

0 comments on commit 8491646

Please sign in to comment.