Copy-paste starting points for running Apex tests locally with Nimbus.
| Example | What it shows |
|---|---|
github-actions/apex-tests.yml |
Apex tests + coverage in GitHub Actions — no org, no scratch-org pool |
Clone berlinbrew-demo — a real-shape Salesforce DX project (subscriptions, trigger handlers, callout mocks, bulk patterns) built to showcase Nimbus:
curl -fsSL https://install.testnimbus.dev | sh
git clone https://github.com/nimbus-solution/berlinbrew-demo
cd berlinbrew-demo
nimbus testFor GitLab CI, SonarQube, and Codecov setups see the CI/CD guide.