Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Javascript JUnit test reports

It used to work, I assume it's something that has broken with jasmine-node in the current version as I was having the same problem running them locally recently.

Al

On 12 Jun 2014 16:31, "Ian Craggs" <icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
I'm trying to get the _javascript_ tests to produce JUnit test reports so that the Hudson builds can pick them up.  Whatever I've tried so far, I don't get any reports.

I'm running this command:

jasmine-node --junitreport --forceexit test

The tests work fine - the end of the output to the console is:

anotherClient-1 received msg: cleanSession-msg
anotherClient-1 disconnected
socket closed  Normal connection closure
client-1 connected
client-1 delivered message: cleanSession-msg
client-1 disconnected
.

Finished in 40.302 seconds
19 tests, 1232 assertions, 0 failures, 0 skipped

but no JUnit report files.  I've tried using the --output option and a bunch of others at random, but no dice.

Anyone any ideas?

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

Back to the top