-
Notifications
You must be signed in to change notification settings - Fork 185
"Stored in Table" customer reporter #535
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
You would need your own reporter. |
okay.. so I've started created a table_reporter.. i started with copying one of the existing ones (i think xunit _reporter) this was working fine until i tried to save the expectation results and found there is only is this correct or am i missing something? can i get a list of passed/skipped in teh after_run event or do i need to rewrite and log stuff incrementally ? |
Storing results in table is not providing much value as one needs to build something on top of it to be able to use it. |
my particular use case it to integrate with other tooling that already uses tables created as part of a home grown unit test framework. i hope its more of an interim step before updating those tools also. |
OK, got it. It seems like we we actually could use the full set of expectation results as well as list of failed expectations only. This will mean a bit of refactoring and moving responsibilities between objects. |
@Shoelace . |
You can see changes in #545. |
Possible with custom reporters. |
the main page doco has the line
is there an existing implementation of "Stored in table" custom report?
has anyone made one? (or started one even)
or do i need to make my own?
The text was updated successfully, but these errors were encountered: