Skip to content

sfdcjedi/sfdc-automated-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SFDC Automated Tests

Automated running and reporting of Salesforce Apex test classes.

You can configure when to run the tests, who to send the report to, which tests to run and which not to run.

View the story on Medium (Inglés)

Ver el artículo en Medium (Español)

Deploy to Salesforce

Metadata List

  • AutomatedTestSetup__mdt: Test execution setup
  • AutomatedTestRunner.cls: Test execution runner based on setup
  • AutomatedTestRunner_Test.cls: Test class with the unit tests of AutomatedTestRunner
  • AutomatedTestReport.cls: Send email report
  • AutomatedTestReport_Test.cls: Test class with the unit tests of AutomatedTestReport

Example

AutomatedTestRunner.setup();