I'd like to see the feature where administrator can send report from the testing periodically to the e-mail.

Comments

p0deje’s picture

I see this as text-field for recipients list at SimpleTest settings page. User fill it with email addresses and for each test run email is sent with content like this:

Test run of ${test_group} has finished. Results:
${test_results}

Is my understanding correct?

kenorb’s picture

Category: feature » support
Status: Active » Fixed

Did via: scripts/run-tests.sh executed from Jenkins/Hudson.

php scripts/run-tests.sh --url http://localhost/ --xml junit/ --all

with some additional plugins.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.