-
The objective of this issue is to collect any source that may be useful to be referenced within the guidelines or provides us with useful information to write them down.
This is a brainstorming for t…
-
Recently I was working on a Blueprint from the Gallery, and wasn't sure if I had changed the code or if something wasn't working correctly. If there was a link to more info about the blueprint, that w…
-
## Feature Description
While using `wp-env` is great for local development, we should think carefully about using it for CI testing. Tools like [`install-wp-tests.sh`](https://github.com/wp-cli/sca…
-
I write a new test for registration.
The **register_account()** aims to create a new account and register it. I use a fixture to write data into $_POST.But I get errors while running the test:
```…
-
Given the following suite config:
```
sgravel@Rond-point-Wordpress:~/staging$ cat tests/acceptance.suite.yml
# Codeception Test Suite Configuration
# suite for WordPress acceptance tests.
# perform…
-
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…
-
### Description
Writing, reading, and maintaining `sizes` attributes is error-prone and difficult, in part because `sizes` entangles markup and layout. `sizes="auto"` allows authors to ask the user…
eeeps updated
1 month ago
-
Before making any major changes to the ACF Field block plugin it makes sense to develop a set of _in situ_ PHPUnit tests that can be used to confirm that the server side rendering of the block is work…
-
-
We decided at one point not to disable analytics entirely on Debug builds, but we intended to disable them for UI testing (internal ref: paaHJt-Ru-p2#comment-1969). We did this for WordPress UI tests …