I understand TestCafe attempts to replace Webdriver based test frameworks like Selenium. I couldn't find examples of integration with BDD (cucumber) yet.
Asked
Active
Viewed 3,924 times
1 Answers
10
You can find a demonstration of integration TestCafe into CucumberJS tests in the testcafe-cucumber-demo GitHub repository.

Alexander Moskovkin
- 1,861
- 12
- 13
-
1Thanks. That's exactly what I was looking for. – Albino Cordeiro Nov 13 '17 at 15:49
-
1If you need both BDD and a standard way of working with TestCafe, this repo might be helpfull: [testcafe-starter](https://github.com/hdorgeval/testcafe-starter) – hdorgeval Dec 27 '18 at 12:15