Gary Pendergast
Gary Pendergast
The extension currently just uses a generic icon, it should be replaced with something project-specific. Some things to consider: - While this project is associated with WordPress, it doesn't necessarily...
When text has been given a custom colour, it will have a style name something like `"{\"FG\":\"textColor3\"}"`. The actual colour of the text appears to correspond to a value return...
Gutenberg has suffered from not testing as non-admin users, adding user switching would encourage doing that more.
This should be able to run PHPUnit tests for Core and Gutenberg, as well as QUnit tests for Core and Jest tests for Gutenberg. Fixes #29.
**Describe the bug** When running TestPress on a clean system, with a fresh checkout of WordPress, creation of the `wp-config.php` file will fail. **To Reproduce** Steps to reproduce the behaviour:...
Fixes #30. ## Testing **Applying Patches From the Browser** - Install a userscript browser extension. [Tampermonkey](https://tampermonkey.net/) works everywhere. - Visit http://localhost:21853/testpress.user.js - Open a ticket on core.trac.wordpress.org. - Click the...
We need to add an `.eslintignore` file to ignore the `build` and `node_modules` directory. After that, there are a handful of errors that need fixing.
If one of the calls in `registerJob()` takes a long time to run, it can block the TestPress window becoming available. All of the service registration functions should be marked...
Electron doesn't support Dark Mode in Windows, but we can manually check the registry for the setting. Following [Firefox's implementation](https://hg.mozilla.org/integration/autoland/rev/48bb14249b06#l1.13), the setting is stored in the `SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize\AppsUseLightTheme` key. It's only...
`MissingDaemonInfo` currently only recommends Docker for Mac or Docker for Windows. Many Windows users will still need to be using Docker Toolbox, so we should recommend that, instead.