2020-11-05 20:57:04 +00:00
|
|
|
# Unreleased
|
|
|
|
|
2021-03-18 11:14:59 +00:00
|
|
|
|
|
|
|
# 0.2.1
|
|
|
|
|
2021-03-08 20:56:47 +00:00
|
|
|
## Added
|
2021-01-22 13:22:33 +00:00
|
|
|
|
2021-03-08 20:56:47 +00:00
|
|
|
- Support for screenshots on test errors
|
2021-03-12 20:40:20 +00:00
|
|
|
- Slackbot to report errors to Slack channel
|
2021-01-26 20:59:40 +00:00
|
|
|
|
2021-03-08 20:06:14 +00:00
|
|
|
## Fixed
|
|
|
|
|
|
|
|
- Update `wc-e2e` script to fix an issue with directories with a space in their name
|
|
|
|
|
2021-03-08 20:56:47 +00:00
|
|
|
# 0.2.0
|
2021-01-26 20:59:40 +00:00
|
|
|
|
2020-10-21 17:25:13 +00:00
|
|
|
## Added
|
2020-12-14 14:54:29 +00:00
|
|
|
|
2020-10-21 17:25:13 +00:00
|
|
|
- support for custom container name
|
2020-12-14 14:54:29 +00:00
|
|
|
- Insert a 12 hour delay in using new docker image tags
|
2020-12-15 19:14:23 +00:00
|
|
|
- Package `bin` script `wc-e2e`
|
2021-03-03 16:57:11 +00:00
|
|
|
- WP Mail Log plugin as part of container initialization
|
2020-10-21 17:25:13 +00:00
|
|
|
|
2020-11-05 20:57:04 +00:00
|
|
|
## Fixed
|
|
|
|
|
2021-03-08 20:56:47 +00:00
|
|
|
- Return jest exit code from `npx wc-e2e test:e2e*`
|
2020-11-05 20:57:04 +00:00
|
|
|
- Remove redundant `puppeteer` dependency
|
2021-01-22 13:22:33 +00:00
|
|
|
- Support for admin user configuration from `default.json`
|
2020-11-05 20:57:04 +00:00
|
|
|
|
|
|
|
# 0.1.6
|
2020-04-02 13:41:06 +00:00
|
|
|
|
2020-10-15 17:09:03 +00:00
|
|
|
## Added
|
|
|
|
|
|
|
|
- `useE2EEsLintConfig`, `useE2EBabelConfig` config functions
|
|
|
|
- support for local Jest and Puppeteer configuration with `useE2EJestConfig`, `useE2EJestPuppeteerConfig` config functions
|
|
|
|
- support for local node configuration
|
|
|
|
- support for custom port use in included container
|
|
|
|
- support for running tests against URLs without a port
|
|
|
|
- support for PHP, MariaDB & WP versions
|
|
|
|
- support for a non-plugin folder mapping (theme or project)
|
|
|
|
- support for `JEST_PUPPETEER_CONFIG` environment variable
|
|
|
|
- implement `@automattic/puppeteer-utils`
|
|
|
|
- implement `@wordpress/e2e-test-utils`
|
|
|
|
- enable test debugging with `test:e2e-debug` script
|
|
|
|
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
- support for local test configuration
|
|
|
|
- support for local Jest setup
|
|
|
|
- `docker:ssh` script works in any repo
|
|
|
|
|
|
|
|
## Changes
|
|
|
|
|
|
|
|
- removed the products and orders delete resets
|
|
|
|
- eliminated the use of docker-compose.yaml in the root of the project
|
|
|
|
|
2020-11-05 20:57:04 +00:00
|
|
|
# 0.1.5
|
2020-10-15 17:09:03 +00:00
|
|
|
|
|
|
|
- Initial/beta release
|