id | title | hide_title | sidebar_label | description | keywords | url | site_name | slug | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
he-cli-faqs |
CLI FAQs |
true |
CLI FAQs |
Explore HyperExecute CLI FAQs Downloading Test Artifacts, MacOS Verification, Test Run Steps & More! Get Quick Answers Here. |
|
LambdaTest |
hyperexecute-cli-faqs/ |
Yes, HyperExecute can download the artifacts generated during the test execution. In addition, HyperExecute has APIs to download artifacts for a particular job.
<img loading="lazy" src={require('../assets/images/hyperexecute/faq/he-faq-1.png').default} alt="Image" className="doc_img"/>
The binary for Mac is unsigned. You might get a permission denied warning while executing HyperExecute on macOS and linux machines. To allow permissions you can use the following command: chmod u+x ./hyperexecute
.
Thus, you might see a security popup on whether to allow the execution of the tool or not. You can allow it from your System Preferences → Security & Privacy → General tab.
Every time you run a test via the HyperExecute CLI, a hyperexecute-cli.log
file is generated. It is present in the parent directory of your test and contains the details of your entire test run.
This hyperexecute-cli.log
file will also help you in debugging any issues with your tests. You can view the file and figure out exactly where your test run failed.
If you want more help with debugging your issues, you can always contact support@lambdatest.com and provide them with this file along with your Job ID.
<img loading="lazy" src={require('../assets/images/hyperexecute/faq/cli-log.png').default} alt="Image" className="doc_img"/>
For more information on the HyperExecute CLI, visit this page.
If you have more questions, then just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>shout and we will answer them for you.