Giter Site home page Giter Site logo

christianmurphy / test-npm-dependants Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juliangruber/test-npm-dependants

0.0 1.0 0.0 11.71 MB

Run the test suites of all modules depending on a given module.

Home Page: https://cto.ai/blog/ops-by-example-test-npm-dependants/

License: Other

JavaScript 96.97% Dockerfile 3.03%

test-npm-dependants's Introduction

test-npm-dependants

Run the test suites of all modules depending on a given module.

Read the blog post.

Usage

Use the CLI:

$ test-npm-dependants

  test-npm-dependants NAME STABLEVERSION [NEXTVERSION]

  Options:

    --help, -h         Print help text
    --version, -v      Print program version
    --filter, -f       Filter dependant names by this regexp
    --concurrency, -c  Test concurrency [Default: 4]
    --timeout, -t      Time out processes after x seconds [Default: 300]
    --verbose, -V      Verbose mode

$ test-npm-dependants express 4.17.1 5.0.0-alpha.7

    test express dependants

 stable: 4.17.1
   next: 5.0.0-alpha.7
   time: 3m

    ⠼ ⠼  loopback Running test suite
    ✓ ×  hubot Breaks
    ⠼ ⠼  @theia/core Installing dependencies
    ✓ ×  probot Breaks
    ✓ ✓  @frctl/fractal Passes
    ⠼ ⠼  node-red Installing dependencies
    ✓ ✓  ember-cli Passes
    ⠼ ⠼  firebase-tools Running test suite
    ⠼ ⠼  appium-base-driver Running test suite

Use as an Op:

$ npm install -g @cto.ai/ops && ops account:signup
$ ops run @juliangruber/test-npm-dependants

Installation

$ npm install -g test-npm-dependants

Security

Running untrusted code on your computer is dangerous. This is why you should use this project via Ops instead, which will sandbox everything inside a Docker container:

Why Sandbox

Caveats

Tests will be run as child processes, so don't have a TTY attached. Any tests relying on it, for example those reading process.stdout.columns, are likely not going to work.

If you want to debug why a test isn't passing, pass --verbose and test output will be printed out.

Sponsors

This project is sponsored by CTO.ai, making it easy for development teams to create and share workflow automations without leaving the command line.

test-npm-dependants's People

Contributors

juliangruber avatar kc-dot-io avatar

Watchers

 avatar

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.