1

I find the HTML reporter of scalatest pretty basic. I would like something like Thucydides or something else. Does any one has experience or pointer or where to look to find information on how to integrate both of them?

MaatDeamon
  • 9,532
  • 9
  • 60
  • 127

1 Answers1

2

There's rather recent Thucydides equivalent called Allure Framework. It has modular structure and can be used with any programming language test framework. Allure already has Scalatest support located here. Also take a look at demo report.

vania-pooh
  • 2,933
  • 4
  • 24
  • 42