phpunit-test-reporter
phpunit-test-reporter copied to clipboard
UI/UX Design for Multiple Submissions
Hosts have an interest in providing results from more than one platform (like Shared, and Managed, for example), along with multiple PHP versions (for one or more of the platforms) to better provide test coverage.
Right now, each host has one reporter account, and they can only have one result per WordPress core commit listed.
Let's come up with a design that allows for these to be added, along with keeping it easy to tell what is happening across hosts at a glance.
See #60 for the main ticket.
A list of things I currently try to do with the site, to varying degrees of difficulty -- just in case it helps with design concerns.
- Check how well Core is passing across hosts in general
- Dig in when something goes wrong, to try to diagnose the problem, like:
- View failures / errors for a particular commit
- Find out when a failure started, either across hosts or with a particular host
- Find trends with failures regarding PHP version and environment across hosts (related to commit, usually)