TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 44 forks source link

Failed tests because of bail_time exceeds doesn't have error information #163

Closed chenchaoyi closed 7 years ago

chenchaoyi commented 8 years ago

If test is failed because the run time exceeds --bail_time value, there is no error information since the test run was just cut off, there is no error in the output:

============= Failed Tests:  =============

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Failed Test: Test Sample -  test 1 @nodejs
 # attempts: 1
     output:
23:16:58 Magellan child process start

23:16:58   Test Sample -

============= Suite Complete =============

     Status: FAILED
    Runtime: 6.3s
Total tests: 1
 Successful: 0 / 1
     Failed: 1 / 1

It would be nice to show some information that this single test was failed because of bail time is exceeded.