15 years ago
Automating loadUI Tests with Hudson
Hi,
Recently I read the blog from ole with the same topic and tried my hands on the same. It really easy and looks great when you can achieve so much with minimum fuss. Congratulations.
Further to this I was wondering that the email-notifications can be triggered only on build failure whereas I would like to see results for each execution in an email.Since these are performance tests, it makes sense to keep a history and see the trends over a period of time. Again build failure doesnt mean assertion failures, I can have all the assertions failing and still the build will be successful as the job executed and finished properly. Hence no one gets intimated even when the tests are failing which defeats the very purpose of this excecise.
Hence my questions are :
1.Is it possible to link the triggering of emails with an assertion failure count ?
2.Is it possible to attach the reports generated with the email notification ?
3.An email for every execution with report ?
Although there is hudson plugin for triggering emails on each execution but than I need your views on the same
Recently I read the blog from ole with the same topic and tried my hands on the same. It really easy and looks great when you can achieve so much with minimum fuss. Congratulations.
Further to this I was wondering that the email-notifications can be triggered only on build failure whereas I would like to see results for each execution in an email.Since these are performance tests, it makes sense to keep a history and see the trends over a period of time. Again build failure doesnt mean assertion failures, I can have all the assertions failing and still the build will be successful as the job executed and finished properly. Hence no one gets intimated even when the tests are failing which defeats the very purpose of this excecise.
Hence my questions are :
1.Is it possible to link the triggering of emails with an assertion failure count ?
2.Is it possible to attach the reports generated with the email notification ?
3.An email for every execution with report ?
Although there is hudson plugin for triggering emails on each execution but than I need your views on the same