please help me with this issue: I have unit test in predictionio and want to create HTML output for that
The code is similar to this https://github.com/PredictionIO/template-scala-parallel-similarproduct/blob/develop/src/test/scala/CooccurenceAlgorithmTest.scala
how to make predictionio create HTML output if I run the tests in sbt?
Thank you very much.