Socket
Socket
Sign inDemoInstall

@nullcc/sdet-cli

Package Overview
Dependencies
587
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nullcc/sdet-cli

Command line tools collection for SDET


Version published
Maintainers
1
Created

Readme

Source

sdet-cli

Install

npm install --registry=http://nexus3-xmn02.int.rclabenv.com/repository/npm-group/ -g @ringcentral/sdet-cli@2

Usages

Mark Impact

Get help information:

$ sdet-cli mark-impact -h
Usage: sdet-cli mark-impact [options]

mark impacted code blocks

Options:
  -d, --diff <diff>            Diff file, will use stdin if be ignored
  -w, --workspace <workspace>  Workspace of project source code, default by current directory
  -e, --dotenv-file <env>      .env file to specify LSP server binaries. Keys: [TYPESCRIPT_LSP_SERVER_BIN, JAVA_LSP_SERVER_BIN, KOTLIN_LSP_SERVER_BIN, CLANG_LSP_SERVER_BIN, SWIFT_LSP_SERVER_BIN,
                               CSHARP_LSP_SERVER_BIN]
  -h, --help                   display help for command

Sample usage:

$ sdet-cli mark-impact -d sample.diff -w . -e ./.env

or input git diff via stdin:

$ git diff | sdet-cli mark-impact -w . -e ./.env

Development

$ npm install
$ npm run tools:init

More Information

wiki

FAQs

Last updated on 25 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc