--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/ZUiYxuCkQj8J.
For more options, visit https://groups.google.com/groups/opt_out.
I don’t see anything there that creates reports. You’ll need to find the code that creates reports and put the e-mail code after that.
--
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/ZUiYxuCkQj8J.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/4ELXg5vCJvUJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/lnqDwyLoPgkJ.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/nQHvtmgDxawJ.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c8033c9a-1c41-4e94-ae90-1828171b67dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/XJhpJ-vlu1g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CANikZLkvyMEu2ALaAHvgzvx1jV3H_qASyr5KhWywdguw5zQxSg%40mail.gmail.com.
______________________________________________________________________________________________________ NOTICE: This email and any files transmitted with it, including their content, are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email by mistake, or in error, please notify the sender and/or system manager immediately and delete this e-mail from your system. If you are not the named or intended addressee of this email then you should not disseminate, distribute, copy or disclose this e-mail and you are strictly prohibited from taking any action in reliance on the information contained in this email and any files attached with it. Although the company has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments. ______________________________________________________________________________________________________
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAMnJ6gnHcDOg11vGeHPNNHAZE%2BQpgv2xuf9TvwjKCLz3Hi7JwA%40mail.gmail.com.<groupId>ch.fortysix</groupId>
<artifactId>maven-postman-plugin</artifactId>
<version>0.1.6</version>
<configuration>
<from>user...@gmail.com</from>
<failonerror>true</failonerror>
<mailhost>smtp.gmail.com</mailhost>
<mailport>465</mailport>
<mailuser>username@ gmail.com</mailuser>
<mailpassword>************</mailpassword>
<receivers>
<receiver>a...@gmail.com</receiver>
<receiver>1...@gmail.com</receiver>
<!--<receiver>some_anoth...@gmail.com</receiver> -->
</receivers>
<mailssl>false</mailssl>
<mailAltConfig>true</mailAltConfig>
<groovyCondition><![CDATA[(errors>=0)||(failures>=0)]]></groovyCondition>
<subject>Test Suite Status</subject>
<htmlMessage>
<![CDATA[
<p>Here is the result of the test executions!</p>
<br>
<p>This is a test mail</p>
]]>
</htmlMessage>
<fileSets>
<fileSet>
<directory>${project.build.directory}/site</directory>
<includes>
<include>**/surefire-report.html</include>
</includes>
</fileSet>
</fileSets>
</configuration>
</plugin>
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/781732c5-4c56-4859-aedd-601f983af71b%40googlegroups.com.
Do the following :
1 Move to the latest released version of TestNg
2. Build a listener that implements IExecutionListener
3. Incorporate your logic of sending mail via java code in this listener.
4. Wire in the listener using the listeners attribute in your suite xml.
Try again.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b5e82585-5038-4c63-97c4-38345457d788%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to seleniu...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b5e82585-5038-4c63-97c4-38345457d788%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/4d38f3b2-fae5-4ba3-9e62-30396d086195%40googlegroups.com.