-
Regarding:
- #802
Recently I read some articles on this topic, and learned that both WordPress core and Gutenberg team are moving to [Playwright](https://github.com/microsoft/playwright) for the…
-
### Is your enhancement related to a problem? Please describe.
We should introduce end-to-end testing with Cypress for the WordPress plugin so that it matches the same standards as our other open-sou…
-
**Is your feature request related to a problem? Please describe.**
On WordPress 6.3 and above, the editor canvas can be iframed if there are no blocks registered with an API version lower than 3. I…
-
We can implement unit tests for our classes and integration tests (#35) for the rest.
But is there a way to easily do end-to-end browser tests?
- JavaScript testing using `Jest`, `@wordpress/env…
-
Types of tests:
1. Integration tests WordPress "Unit" Tests in CF with phpunit
- Currently runs in Travis
2. JavaScript unit tests in CF
- Works, need to automate
3. Ghost Inspector Testing
- M…
-
**Describe the bug**
Image thumbnails are not generated when images are uploaded to the media library regardless of any registered thumbnail sizes.
**To Reproduce**
Steps to reproduce the behavio…
-
**Describe the bug**
Occasionally, when running wp-cypress on CircleCI, we see the failure below.
Usually a rerun of the job fixes it
```
> wp-cypress start
- Checking for Docker
wp-cypre…
-
### Describe your question
This is a great package with easily getting Cypress all setup and configured. However, in my use cases (as far as I know), I won't need the @wordpress/env package in any of…
-
See `$this->create_attachment`, in `tests/test-wpdtrt-gallery.php`, which uses PHPUnit, wp-cli, WP_UnitTestCase.
This should be faster than loading a WordPress page, which has many other all plugin…
-
### Description
Currently our package.json is quite large, might be best to check what dependencies are acturally required and what can be removed.
For example, `lodash` is a large library which m…