Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Examples

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

Want a full project to try?

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 test

For GitLab CI, SonarQube, and Codecov setups see the CI/CD guide.