peerigon / nof5

A tool which runs unit tests (based on mocha) if a file has changed on the server in a browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nof5 crashes after alamid's shared tests

topa opened this issue · comments

nof5 crashes after it ran alamid's shared tests, but is able to ran it's client tests without a problem. This issue is related to peerigon/alamid#77.

This bug occurs if the client's testRunner doesn't provide the start time at start. This shouldn't break the whole server and should be caught in someway by nof5. The Error is thrown in class ClientTest at this.getTestTime().
Maybe nof5 should print a warning if no start time was set.
@matthaias you're currently on it, please think about this.