Salesforce specified test generation Based on the package xml or repository
Works in Unix like system. Windows is not tested.
npm install -g sfdc-specified-test
or
yarn globally add sfdc-specified-test
$ sst -h
Usage: sst [options]
Salesforce specified test generation
Options:
-h, --help output usage information
-V, --version output the version number
-d, --dir salesforce src directory path [./src]
-s, --suffix test class suffix pattern [_TEST]
var sst = require('sfdc-specified-test');
sst({
'src':'.', // salesforce src directory path : ./src
'suffix': '_TEST', // test class suffix pattern : _TEST
}, console.log);
- commander - The complete solution for node.js command-line interfaces, inspired by Ruby's commander.
- xml2js - XML to JavaScript object converter.
SemVer is used for versioning.
- Sebastien Colladon - Initial work - scolladon
This project is licensed under the MIT License - see the LICENSE.md file for details