sfdc-specified-test

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i sfdc-specified-test

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • scolladon