sfdx-createlotsoftests/README.md

16 строки
412 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2018-02-14 15:09:23 +03:00
# 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.
2018-02-14 15:28:34 +03:00
1. Review `createtests.sh` and the template files. Make any desired changes.
2018-02-14 15:09:23 +03:00
2. Be sure to `git add -A && git commit -m "comment"` your changes before running the script.
3. Run the script: `./createtests.sh`.
2018-02-14 15:28:34 +03:00
Happy testing!