DEV Community

Discussion on: How to write tests for React in 2020 - part 1

Collapse
 
andrewkeyboardwarrior profile image
Andrew Gibson

If we're talking only about functional tests, it doesn't matter if you're using React, Vue or just plain JavaScript, the result is the same, a web application opened in a web browser.

I don't think it's a smart idea to run functional tests on your own machine, it would not be relevant for your real users.

I've been using Endtest for a few months and it solved the problem for us.