Daniel Bachhuber

Results 311 issues of Daniel Bachhuber

It would be great if this project included test coverage, both to ensure the quality of the codebase and for others to learn from. If you're looking for prior art...

Hi! On behalf of [Pantheon](https://pantheon.io/), I'm [writing a tutorial](https://paper.dropbox.com/doc/You-absolutely-need-test-coverage-for-your-WP-REST-API-project-MKvKy9DzoTQ2HYhbyWBxM) on why integration tests are critical for your WP REST API endpoints, and how you can go about writing them. Given...

enhancement

At times, a host may find a test is failing for some known reason. They should be able to mark the test as skipped in their own test runner instance....

help wanted
documentation
research
hackathon

PHPUnit normally provides some helpful output of skipped and risky tests too. To make our test runner more helpful to end users, we should include this output too.

enhancement
help wanted
hackathon

When a test runner executes the tests for the first time, they may find one or more failures. We should document what they should do in this case.

help wanted
documentation

> danielbachhuber [10:17 AM] I'd like to spend a little bit of time looking at the "slow" and "risky" tests to see if we can do anything about them >...

help wanted
research

It should be possible for the test reporter to trigger Travis jobs against each environment when a new changeset is reported. WordPress.org SVN webhook event -> test reporter -> DreamHost,...

enhancement
help wanted

We have endpoints right now, but they don't present the data very well.

enhancement
help wanted

As a real-world test of what we've produced, it would be a useful experiment to try and adopt [Gutenberg Fields Middleware](https://github.com/rtCamp/gutenberg-fields-middleware) to register block fields. I don't expect it will...

When a user has a popover open via hover event, they might want to select some text out of the popover. Currently, the popover disappears as soon as they move...