-
Notifications
You must be signed in to change notification settings - Fork 22
Support Multiple Submissions from Hosts: Research Runner and Reporter Codebase #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
result-set.php makes a table / template that test results get pushed to result data is being iterated through here: https://github.com/WordPress/phpunit-test-reporter/blob/master/parts/result-set.php#L34 from the result data the post author is being grabbed here: https://github.com/WordPress/phpunit-test-reporter/blob/master/parts/result-set.php#L43 |
In the runner, results get put in an array, json encoded and sent to the api: https://github.com/WordPress/phpunit-test-runner/blob/master/functions.php#L106 |
What about starting with a simple env var like export |
@pfefferle Thanks for the note! I think that makes sense. I like that it would make it really easy for hosts to add/specify another environment. Agreed it isn't a problem! What do you think should be the next step? On getting it to the reporter, we could roll it up into Some details on the |
Semantically |
What speaks against using |
Research the existing code base and configuration for reporting test results to identify all the specific points that need to be updated in the reporter and runner code. Document that here to help facilitate a solution for supporting multiple test submissions from hosts.
The text was updated successfully, but these errors were encountered: