TheProjecter / phantomjs-qunit-runner

Automatically exported from code.google.com/p/phantomjs-qunit-runner
0 stars 0 forks source link

Missing the qunit-html directory with test results #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run: mvn test

What is the expected output? What do you see instead?
I hoped to see the qunit-html directory with the test results

What version of the product are you using? On what operating system?
maven 3.0.4
phantomjs-qunit-runner 1.0.11
Ubunti 11.10

Please provide any additional information below.

Original issue reported on code.google.com by peter.ah...@gmail.com on 9 Mar 2012 at 9:22

GoogleCodeExporter commented 8 years ago
You need to add this to your pom, under <executions><execution><goals>
<goal>generate-html</goal>

Original comment by br...@newtonius.com on 22 May 2012 at 1:08