This allows mail to be sent using the mail server configured within Strider.
const mailer = require('strider-mailer')(striderConfigObject);
mailer.send(to, subject, textBody, htmlBody);
Other than the main send function, there are a couple of conveniance methods for formatting various output to be sent within the email
Formats the test duration to a nice format e.g 1m 23s
Formats the test output. FormatType can be of either 'html' or 'plaintext'