Skip to content

Files

Latest commit

 

History

History
58 lines (51 loc) · 1.79 KB

hyperexecute-release-notes-2-1-1.md

File metadata and controls

58 lines (51 loc) · 1.79 KB
id title hide_title sidebar_label description keywords url site_name slug
hyperexecute-release-notes-2-1-1
Release Notes 2.1.1
true
Release Notes 2.1.1
Release Notes 2.1.1
LambdaTest Hyperexecute
LambdaTest Hyperexecute help
LambdaTest Hyperexecute documentation
FAQs
LambdaTest
hyperexecute-release-notes-2-1-1/
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "Release Notes", "item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-1-1/" }] }) }} ></script>

Release Notes 2.1.1

Email Delivery of HyperExecute Job Artifacts

You can now receive Job Artifacts directly via email, streamlining the process of accessing and managing your execution results.

To recieve the Artifacts via mail, you simply need to pass a email flag in your YAML file.

uploadArtifacts:
    ...
    email:
      to: 
        - <your_email_id@example.com>
        - <another_email_id@example.com>

Refer to the detailed documentation on how to recieve artifacts via email