blog.scottlogic.com
Adding WebDriver tests to create-react-app generated projects
1
Chris Price: This post demonstrates one way to add Selenium e2e tests to a `create-react-app` generated app. It uses Jest as the test runner, embraces modern JavaScript features (including async/await, modules, fat-arrow functions, templated strings, etc.... Read full article