All notable changes to this project will be documented in this file, per the Keep a Changelog standard, and this project will adhere to Semantic Versioning.
0.1.0 - 2023-09-13
Initial public release. 🎉
tsconfig.json
file for code completion support (props @dinhtungdu via #2).- Add all standard workflow and informational files (props @cadic, @jeffpaul via #1, #6, #7, #10, #12, #13, #16, #18).
- Ability to specify just the WordPress version to run tests on, not the full
WordPress/WordPress#
syntax (props @cadic via #9). - Use the
@10up/cypress-wp-utils
library (props @cadic, @peterwilsoncc, @Sidsector9 via #11, #15, #31). - Preserve cookies to keep a user logged in during tests (props @cadic via #14).
- Set
chromeWebSecurity
tofalse
in our Cypress config (props @dkotter, @iamdharmesh via #34). - New command,
env:destroy
that is used to destroy an environment (props @dkotter, @Sidsector9 via #35).
- Run
npm install
script as a child process (props @cadic, @iamdharmesh via #19). - Update minimum WordPress version from 4.9 to 5.7 (props @iamdharmesh, @cadic, @Sidsector9 via #20, #28).
- Migrated from Cypress 9 to Cypress 13 (props @iamdharmesh, @cadic, @ravinderk via #23, #37).
- Remove existing
.wp-env.override.json
file if running tests on thelatest
WordPress version (props @cadic via #8). - Addressed a test failure due to invalid
config.baseUrl
(props @iamdharmesh, @peterwilsoncc via #30). - Addressed a few issues with the latest version of
wp-env
(props @dkotter, @Sidsector9 via #35).
- Upgrade
ansi-regex
from 2.1.1 to 6.0.1 (props @cadic via #17). - Upgrade
fs-extra
from 10.1.0 to 11.1.0 (props @cadic, @iamdharmesh via #32).