You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries
1.1 What benefits I will get over Selenium ?
1.2 Does it have integration with Cucumber ?
1.3 Is there really need of another web UI automation tool / framework and if yes; why ?
thanks in advance.
What is the current behavior?
What is the expected behavior?
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your
operating system:
testcafe version:
node.js version:
The text was updated successfully, but these errors were encountered:
You can find TestCafe benefits over Selenium here.
Please take a look at this topic on our forum to find Cucumber integration examples.
There are some good reasons to choose TestCafe for functional testing.
TestCafe doesn't use WebDriver under the hood in contrast to most analogues. This means that:
You don't have to use any plugins for browsers support. All modern browser are supported out of the box.
Easy installation and quick start testing
No need to include waiting for element availability or callback finishing in tests
Extremely stable tests due to assertions' auto-waiting mechanism
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Are you requesting a feature or reporting a bug?
1.1 What benefits I will get over Selenium ?
1.2 Does it have integration with Cucumber ?
1.3 Is there really need of another web UI automation tool / framework and if yes; why ?
thanks in advance.
What is the current behavior?
What is the expected behavior?
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your
The text was updated successfully, but these errors were encountered: