avito-tech/avito-android

Make TestRunner usable outside Avito

dsvoronin opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

Right now TestRunner is tied with internal Avito report service.

Describe the solution you'd like

Make an abstraction for Reports and provide open implementation alternative (like Allure)

Additional context

Keep in mind that test reports sent one by one per test during suite run.
It looks like blocker and it's even better for us to change this mechanism and gather all results before sending it in single place.
Current sending mechanism could have negative impact on suite stability and speed.

  • Send test results after whole suite
  • Make reports abstract
  • Create allure reports implementation
  • How-to runner documentation

Alternatives

https://reportportal.io/