cypress-hmr-restarter icon indicating copy to clipboard operation
cypress-hmr-restarter copied to clipboard

A Cypress plugin which restarts tests on webpack-dev-server HMR updates

Results 4 cypress-hmr-restarter issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Cypress version 8.6.0 Using this on Quasar v1. I installed the plugin as instructed, but I get the error when the actual HMR happens: ![image](https://user-images.githubusercontent.com/7290508/137616343-0b6c27b1-25a8-4bea-8f73-11fc3194a9f3.png) of which the tests rerun...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Storybook is using Webpack Dev Server (or Express middleware) internally, but I'm not sure I have access to change it to WebSockets. Based on your work with Gatsby, is there...