cypress-react-template
cypress-react-template copied to clipboard
Component Testing with Cypress and React
README.md#configuring-cypress-component-testing suggests Create that file and add: const injectDevServer = [require("@cypress](mailto:require(%22@cypress)/react/plugins/react-scripts") The same instructions are in blog https://www.cypress.io/blog/2021/04/06/cypress-component-testing-react/ But there is no such code in https://github.com/lmiller1990/cypress-react-template/blob/master/cypress/plugins/index.js
- `yarn cypress run` exit code 1 (correct) - `yarn cypress run-ct` exit code 0 (incorrect, should be 1)