Mike Gerwitz
0d169ea9eb
progtest: Return empty array of test cases if none provided
...
* progtest/src/reader/YamlTestReader.js (loadCases): Handle absence of any
test cases.
* progtest/test/reader/YamlTestReaderTest.js: New respective test.
2018-03-06 11:41:21 -05:00
Mike Gerwitz
6cefab5344
progtest: Output trailing newline after summary line
...
* src/reporter/ConsoleTestReporter.js (createSummaryLine): Output trailing
newline.
* test/reporter/ConsoleTestReporterTest.js: Modify respective test.
2018-03-05 15:59:34 -05:00
Mike Gerwitz
2f7ad95a2c
TestRunner: Recognize error as failure
2018-02-23 15:45:54 -05:00
Mike Gerwitz
1a51259a76
HtmlConsoleOutput: Add HTML-styled console output
2018-02-23 14:20:10 -05:00
Mike Gerwitz
0b433e86f4
progtest: Async run each test serially
...
If that makes sense.
The problem is that the browser needs to repaint after each test is
run. See code comments.
2018-02-19 15:21:14 -05:00
Mike Gerwitz
47f0f4039b
progtest: Initial working console runner
2018-02-19 15:21:14 -05:00