Does TestCafe fit into BDD and cucumber?

Viewed 3720

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

1 Answers

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

Related