Speed up your Salesforce Apex tests.
LATdx delivers near real-time feedback so you can stay in your flow and ship confidently, without waiting on slow test cycles.
curl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bashInstall a specific version:
curl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash -s -- 0.15.2Custom install directory:
LATDX_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash| Platform | Asset |
|---|---|
| macOS Apple Silicon | latdx-darwin-arm64 |
| macOS Intel | latdx-darwin-x64 |
| Linux x64 | latdx-linux-x64 |
| Linux ARM64 | latdx-linux-arm64 |
| Windows x64 | latdx-win-x64.exe |
Download binaries directly from the Releases page.
Each release includes SHA256SUMS and a SHA256SUMS.minisig signature. To verify:
# SHA256 checksum
shasum -a 256 -c SHA256SUMS
# Minisign signature (if minisign is installed)
minisign -Vm SHA256SUMS -p minisign.pub# Run tests for a specific class
latdx test run -n MyApexTest -o my-org
# Run tests from local files
latdx test run --file src/classes/MyApexTest.cls -o my-org
# See all options
latdx --helpVisit latdx.com for full documentation.
Found a bug or have a feature request? Open an issue.
LATdx is proprietary software. See LICENSE for details.