WordPress / phpunit-test-reporter

GNU General Public License v3.0
29 stars 21 forks source link

Check to see if we have an appropriate REST API endpoint for test results #86

Closed getsource closed 4 years ago

getsource commented 4 years ago

It came up in today's meeting that we should have an appropriate endpoint for tools to check what is passing/failing in the test results.

This is a research ticket to see if we have something that will work, or if additional things need to be added.

getsource commented 4 years ago

I checked into this, and it looks like the answer is no, as right now, the endpoint supports POST but not GET.

We can add this, but it might make sense to find out what details Core's tooling would prefer to receive here.