keenethics / node-react-starter-kit

MIT License
0 stars 1 forks source link

E2E tests framework selection #1

Closed epaminond closed 5 years ago

epaminond commented 5 years ago

@ArtemShoiko , which would you recommend? TestCafe, Cypress or smth else?

Art-auto commented 5 years ago

Truly saying it depends. TestCafe is a powerful tool for the compatibility testing(can start tests in various browsers and platforms), Cypress has a great debugging tool and well-documented API. Also, if you need a tool which should have the lowest time for the test run, then you should use Puppeteer.

epaminond commented 5 years ago

We are trying to choose a tool to use as a starting point for new projects. If you were to start a new project without knowing much details which would you choose?

Art-auto commented 5 years ago

Greater community and speed puts in favor Puppeteer. So I suggest Puppeteer

OksentukVlad commented 5 years ago

My responsibility was to advocate Selenium/Webdriver =)

I see only one scenario in which it can win. Usage of webdriver for e2e/acceptance tests from the beginning, gives us ability to run capacity tests on our app almost painless (https://www.redline13.com).

That's all, folks ;D