Albino Cordeiro
Albino Cordeiro

Reputation: 1664

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.

Upvotes: 11

Views: 4080

Answers (1)

Alexander Moskovkin
Alexander Moskovkin

Reputation: 1861

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

Upvotes: 10

Related Questions