Skip to content

cinicola/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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"

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published