RELEASE VERSIONS: 1.96 & 1.97
Here are some latest enhancements and new features in LambdaTest's HyperExecute. 👇
✅ Job Alerts on Slack
Now get instant updates about the progress of your tests, use HyperExecute, and integrate it with Slack. You will get updates on the status of your jobs along with other important details.
Furthermore, you can also go to the job directly by clicking on View Job, which is provided at the bottom of the alert.
If you want to get a detailed walkthrough on how to set up Slack alerts, please refer to our guide on Slack integration.
✅ Job Reports as an Email
You can now receive your job reports directly as an email.
Just specify your email ID in the HyperExecute YAML file and use the partialReports
flag to get the job report on it.
partialReports: frameworkName: testng location: target/surefire-reports/html type: html email: to: - <your_email_id@example.com> - <another_email_id@example.com>
For more details, go through our documentation - Receive the Job Report as an Email.