b0c8165305 | ||
---|---|---|
LICENSE | ||
README.md | ||
classTemplate.cls | ||
classTemplate.cls-meta.xml | ||
createtests.sh | ||
testTemplate.cls | ||
testTemplate.cls-meta.xml |
README.md
sfdx-createlotsoftests
A simple way to create lots of tests and then run them.
Usage
This assumes you're already setup with Salesforce DX and you've logged into your Dev Hub.
-
Review
createtests.sh
and the template files. Make any desired changes. -
Be sure to
git add -A && git commit -m "comment"
your changes before running the script. -
Run the script:
./createtests.sh
.
Happy testing!