karma-runner / karma-dart

DEPRECATED. A plugin for Dart language.
MIT License
17 stars 14 forks source link

More reporting #19

Open JesterXL opened 10 years ago

JesterXL commented 10 years ago

I ran the compiled Dart unit tests through vanilla jasmine, and it seemed to report each test out. Although it didn't really work, I could at least see logs of my unit tests executing. Using karma-dart, all I see is "DUMP: unittest-suite-wait-for-done" after the suite is complete. Is there anything I can do to help to make these logs come out like they do in JavaScript?

JesterXL commented 10 years ago

An example is: Firefox 25.0.0 (Mac OS X 10.8) LOG: 'unittest-suite-wait-for-done' Firefox 25.0.0 (Mac OS X 10.8) LOG: 'PASS: testing stuff' Firefox 25.0.0 (Mac OS X 10.8) LOG: '' Firefox 25.0.0 (Mac OS X 10.8) LOG: 'All 1 tests passed.' Firefox 25.0.0 (Mac OS X 10.8) LOG: 'unittest-suite-success' Chrome 31.0.1650 (Mac OS X 10.8.5) LOG: 'unittest-suite-wait-for-done' Chrome 31.0.1650 (Mac OS X 10.8.5) LOG: 'PASS: testing stuff' Chrome 31.0.1650 (Mac OS X 10.8.5) LOG: '' Chrome 31.0.1650 (Mac OS X 10.8.5) LOG: 'All 1 tests passed.' Chrome 31.0.1650 (Mac OS X 10.8.5) LOG: 'unittest-suite-success'

jbdeboer commented 10 years ago

Is your example what your are currently seeing, or would like to see?