I noticed a couple of minor issues on various different machines when watching other people use this package and thought it would be better to refactor to using node now rather than later. After watching people use it I also felt I could streamline the installation and usage of the package.
There is no longer a wp-cypress directory. The seeds folder is added to the cypress folder and any environment variables can be added to the cypress.json configuration file.
Hopefully things won't change this drastically again, I think this makes a lot more sense though 👍
I've updated the README to reflect these changes.
Changed
Refactor to node scripts for cross platform issues
Description
I noticed a couple of minor issues on various different machines when watching other people use this package and thought it would be better to refactor to using node now rather than later. After watching people use it I also felt I could streamline the installation and usage of the package.
There is no longer a
wp-cypress
directory. The seeds folder is added to thecypress
folder and any environment variables can be added to thecypress.json
configuration file.Hopefully things won't change this drastically again, I think this makes a lot more sense though 👍
I've updated the README to reflect these changes.
Changed
Breaking Changes
cypress.json
cypress directory
.