wp-cypress
wp-cypress copied to clipboard
1.0.0 Release
Description
Changes and version bump for 1.0.0 release.
Change Log
In this release branch but not in master branch:
- Adds
pluginsActivatedAfterTheme
property which allows people to activate plugins after the theme has been activated.
See PR https://github.com/bigbite/wp-cypress/pull/106 - Fixes a bug where WP-Cypress couldn't find the Cypress version which prevent
wp-cypress start
from working. See https://github.com/bigbite/wp-cypress/pull/115. - Add No Docker Mode #109
Already in master branch:
- Can now write command output to
stdout
- see https://github.com/bigbite/wp-cypress/pull/114 - Cypress 10 compat: https://github.com/bigbite/wp-cypress/tree/cypress-10-compat
Types of changes (if applicable):
- [x] Bug fix (non-breaking change which fixes an issue).
- [x] New feature (non-breaking change which adds functionality).
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
Checklist (if applicable):
- [x] Meets provided linting standards.