1.0.1 • Published 7 years ago

sfdc-specified-test v1.0.1

Weekly downloads
174
License
MIT
Repository
github
Last release
7 years ago

sfdc-specified-test

Salesforce specified test generation Based on the package xml or repository

Getting Started

Works in Unix like system. Windows is not tested.

Installing

npm install -g sfdc-specified-test

or

yarn globally add sfdc-specified-test

Usage

Command Line

$ 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]

Module

  var sst = require('sfdc-specified-test');

  sst({
    'src':'.', // salesforce src directory path : ./src
    'suffix': '_TEST', // test class suffix pattern : _TEST
  }, console.log);

Built With

  • commander - The complete solution for node.js command-line interfaces, inspired by Ruby's commander.
  • xml2js - XML to JavaScript object converter.

Versioning

SemVer is used for versioning.

Authors

  • Sebastien Colladon - Initial work - scolladon

License

This project is licensed under the MIT License - see the LICENSE.md file for details