|
| 1 | +--- |
| 2 | +id: hyperexecute-release-notes-3-1-2 |
| 3 | +title: Version 3.1.2 |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Version 3.1.2 |
| 6 | +description: Version 3.1.2 |
| 7 | +keywords: |
| 8 | + - LambdaTest Hyperexecute |
| 9 | + - LambdaTest Hyperexecute help |
| 10 | + - LambdaTest Hyperexecute documentation |
| 11 | + - FAQs |
| 12 | +url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-1-2/ |
| 13 | +site_name: LambdaTest |
| 14 | +slug: hyperexecute-release-notes-3-1-2/ |
| 15 | +--- |
| 16 | + |
| 17 | +import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys"; |
| 18 | + |
| 19 | +<script type="application/ld+json" |
| 20 | + dangerouslySetInnerHTML={{ __html: JSON.stringify({ |
| 21 | + "@context": "https://schema.org", |
| 22 | + "@type": "BreadcrumbList", |
| 23 | + "itemListElement": [{ |
| 24 | + "@type": "ListItem", |
| 25 | + "position": 1, |
| 26 | + "name": "Home", |
| 27 | + "item": "https://www.lambdatest.com" |
| 28 | + },{ |
| 29 | + "@type": "ListItem", |
| 30 | + "position": 2, |
| 31 | + "name": "Support", |
| 32 | + "item": "https://www.lambdatest.com/support/docs/" |
| 33 | + },{ |
| 34 | + "@type": "ListItem", |
| 35 | + "position": 3, |
| 36 | + "name": "Version", |
| 37 | + "item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-1-2/" |
| 38 | + }] |
| 39 | + }) |
| 40 | + }} |
| 41 | +></script> |
| 42 | +## Rerun Failed Tests on HyperExecute |
| 43 | +Quickly validate fixes without rerunning your entire test suite. With the new Rerun Failed Tests feature, you can relaunch only the failed scenarios or the full suite directly from the dashboard, drastically reducing execution time and improving feedback cycles. Reruns use the same YAML configuration for consistent, reproducible results, with options to pick the same or latest commit and adjust concurrency. |
| 44 | + |
| 45 | +> **Learn more:** Refer to the detailed [Rerun Failed Tests documentation.](https://www.lambdatest.com/support/docs/hyperexecute-rerun-failed-tests/) |
| 46 | +
|
| 47 | +## Snooper Compatibility Update |
| 48 | +Snooper is not compatible with Alpine-based Docker images because Alpine uses musl libc instead of glibc, which Snooper requires. To avoid runtime errors or unexpected failures, ensure your images are built on a non-Alpine base that includes glibc. This helps maintain consistent behavior when updating or troubleshooting Docker environments. |
| 49 | + |
| 50 | +> **Learn more:** Refer to the [Snooper documentation](https://www.lambdatest.com/support/docs/hyperexecute-snooper/). |
| 51 | +
|
| 52 | +## View & Verify Code-Signed HyperExecute CLI Binaries |
| 53 | +You can now easily verify the authenticity of downloaded HyperExecute CLI binaries using platform-specific code-signing checks. Each release is digitally signed to ensure integrity and trust, with clear instructions for Linux, macOS, and Windows users to validate the signature or certificate before use. |
| 54 | + |
| 55 | +> **Learn more:** Refer to the [Code Signing Verification Guide](https://www.lambdatest.com/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/#verifying-the-authenticity-of-the-cli) |
0 commit comments