A bash script that uses the Salesforce CLI to create lot of Apex classes/tests and then run them
Перейти к файлу
Wade Wegner b0c8165305
Clarified README
2018-02-14 04:28:34 -08:00
LICENSE Initial commit 2018-02-14 03:58:55 -08:00
README.md Clarified README 2018-02-14 04:28:34 -08:00
classTemplate.cls Initial source 2018-02-14 03:59:55 -08:00
classTemplate.cls-meta.xml Initial source 2018-02-14 03:59:55 -08:00
createtests.sh Added test count var 2018-02-14 04:06:20 -08:00
testTemplate.cls Initial source 2018-02-14 03:59:55 -08:00
testTemplate.cls-meta.xml Initial source 2018-02-14 03:59:55 -08:00

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.

  1. Review createtests.sh and the template files. Make any desired changes.

  2. Be sure to git add -A && git commit -m "comment" your changes before running the script.

  3. Run the script: ./createtests.sh.

Happy testing!