/atlas-dogs

Repository for Atlas Dogs flows in Salesforce

Primary LanguageApex

atlas-dog

Add a brief description of this project here, in Markdown format. It will be shown on the main page of the project's GitHub repository.

Development

To work on this project in a scratch org:

  1. Set up CumulusCI
  2. Run cci flow run dev_org --org dev to deploy this project.
  3. Run cci org browser dev to open the org in your browser.

Test

To run apex tests, set your default org:

sfdx config:set defaultusername=atlas-dog__dev

Then you can run the Apex unit tests from Visual Studio Code.