Git Product home page Git Product logo

bbmutation's Introduction

bbmutation

Salesforce CLI plug-in to generate mutant Apex code and execute test suites against it.

Version CircleCI Appveyor CI Greenkeeper Known Vulnerabilities Downloads/week License

$ npm install -g bbmutation
$ sfdx COMMAND
running command...
$ sfdx (--version)
bbmutation/2.0.1 darwin-arm64 node-v18.16.0
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

sfdx bbmutants:execute [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

deploy mutants and run tests

USAGE
  $ sfdx bbmutants:execute [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
    trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

FLAGS
  -d, --dir=<value>                                                                 directory containing classes
                                                                                    (defaults to package directory)
  -u, --targetusername=<value>                                                      username or alias for the target
                                                                                    org; overrides default target org
  --apiversion=<value>                                                              override the api version used for
                                                                                    api requests made by this command
  --json                                                                            format output as json
  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

DESCRIPTION
  deploy mutants and run tests

EXAMPLES
  $ sfdx bbmutants:execute --targetusername [email protected]

See code: src/commands/bbmutants/execute.ts

sfdx bbmutants:mutate [-d <string>] [-t <string>] [-m <string>] [-s <string>] [-v <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

generate mutant Apex classes from your existing codebase

USAGE
  $ sfdx bbmutants:mutate [-d <string>] [-t <string>] [-m <string>] [-s <string>] [-v <string>] [--json] [--loglevel
    trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

FLAGS
  -d, --dir=<value>                                                                 directory containing classes
                                                                                    (defaults to package directory)
  -m, --maxmutantsperfile=<value>                                                   maximum number of mutants per file
                                                                                    (default unlimited)
  -s, --strings=<value>                                                             list of strings to consider
                                                                                    replacing
  -t, --targetfiles=<value>                                                         list of filenames to target for
                                                                                    mutation
  -v, --values=<value>                                                              list of numeric values to consider
                                                                                    replacing
  --json                                                                            format output as json
  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

DESCRIPTION
  generate mutant Apex classes from your existing codebase

EXAMPLES
  $ sfdx bbmutants:mutate -t directorycontroller

  $ sfdx bbmutants:mutate -m 5

See code: src/commands/bbmutants/mutate.ts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.