WordPress / phpunit-test-runner

GNU General Public License v2.0
68 stars 64 forks source link

Reports and listings on WordPress.org need improvements #151

Open Ipstenu opened 3 years ago

Ipstenu commented 3 years ago

Just for an example, I'm in the middle of debugging why my tests started failing (some odd mix of PHP and NPM being out of date) and I went to see how well the last test went, only ... I ran into some issues.

No way to find all reports by a host

Seriously. Going to /author/dhdreampressbot redirects me back to a heckin old release :(

https://make.wordpress.org/hosting/test-results/r41255/dhdreampressbot-r41255/

Not being able to see the history makes it hard to track down exactly what happened and when if, say, you're out for a week :)

Reports should be DATED

Have a look at https://make.wordpress.org/hosting/test-results/r51655/dhdreampressbot-r51655/

No date. No idea when it ran.

swissspidy commented 8 months ago

https://github.com/WordPress/phpunit-test-reporter/pull/109 already supports listing all tests by host.

Adding a date makes so much sense too!