Search code examples
testingautomated-testscucumberbddtestcafe

Does TestCafe fit into BDD and cucumber?


I understand TestCafe attempts to replace Webdriver based test frameworks like Selenium. I couldn't find examples of integration with BDD (cucumber) yet.


Solution

  • You can find a demonstration of integration TestCafe into CucumberJS tests in the testcafe-cucumber-demo GitHub repository.