Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 703
Albino Cordeiro Avatar asked Nov 13 '17 15:11

Albino Cordeiro


1 Answers

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

like image 197
Alexander Moskovkin Avatar answered Oct 28 '22 01:10

Alexander Moskovkin