TestArmada / magellan

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

Do not abort on uncaught exception #282

Closed chiahrens closed 4 years ago

chiahrens commented 4 years ago

The following anywhere in the process will cause magellan to abort and exit: require('fs').createReadStream( '/tmp/' );

This prevents that.