bigbite / wp-cypress

WordPress end to end testing with Cypress.io.
MIT License
88 stars 20 forks source link

0.2.0 #10

Closed liamdefty closed 4 years ago

liamdefty commented 4 years ago

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 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

Breaking Changes