mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-28 01:52:46 -06:00
* fix: update scaffold template to use correct path * Remove support for dynamic import on devServer * Update scaffold template * Update config files * Update with feedback * Rename cypressConfig to cypressDevServerConfig * Update devserver link * Update comment
example: webpack-file
Component tests for projects using existing webpack.config.js file
Usage
- Make sure the root project has been built .
# in the root of the project
npm install
npm run build
- Run
npm installin this folder to symlink the@cypress/reactdependency.
# in this folder
npm install
- Start Cypress
npm run cy:open
# or just run headless tests
npm test
Notes
See tests in the cypress/component folder.