Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 410 Bytes

Open powershell on the sfdx project dir:

  • Run a method of a test class
    ./apex-tests.ps1 "testClass1.methodA"

  • Run a entire test class
    ./apex-tests.ps1 "testClass1"

  • Run a entire test class and one method of another test class:
    ./apex-tests.ps1 "testClass1,testClass2.methodA"

  • Run a entire test class, 10 times (1000 times is the default)
    ./apex-tests.ps1 "testClass1 10"