Giter VIP home page Giter VIP logo

whiteglove's Introduction

whiteglove

npm Version License Build Status Coverage Status

$ npm install -g whiteglove

Find the dirty tests making a mess of your test suite! whiteglove helps you find tests that aren't cleaning up after themselves (failing to restore stubs, polluting the global namespace) and tests that are inadvertently relying on the mess.

Usage: whiteglove <command> [options]

Commands:
  bisect <test> <directory>  find leaky tests affecting a target test
  iso <directory>            find tests that fail in isolation

Options:
  --runner, -r    Command used to run the test suite  [string] [default: "node"]
  --patterns, -p  Filename patterns matching your spec files
                                       [array] [default: [".js",".jsx",".node"]]
  --verbose       Output a ridiculous amount of information            [boolean]
  -h, --help      Show help                                            [boolean]
  -v, --version   Show version number                                  [boolean]

Examples:
  whiteglove bisect ./tests/foo.js ./tests
  whiteglove iso ./tests

whiteglove bisect

Use whiteglove bisect when you have a test that passes in isolation, but fails when run with the larger test suite. The bisect function will determine which tests are affecting your target test.

whiteglove iso

Use whiteglove iso to find tests that are inadvertently relying other leaky tests in order to pass.

whiteglove's People

Contributors

greenkeeperio-bot avatar iancmyers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

strugee

whiteglove's Issues

Concurrency of 0 with only one CPU

I'm working on a virtualized server which only has one CPU allocated to it. When I run Whiteglove like so:

$ ./node_modules/.bin/whiteglove --verbose -p '[-test.js]' -r ./node_modules/.bin/vows bisect test/event-test.js test

I get:

runner: ./node_modules/.bin/vows, patterns: [-test.js]
verbose: Finding all test paths in test
verbose: Found 190 test files
verbose: Starting search with concurrency of 0

and then the command exits.

`--help` errors out

$ whiteglove --help
whiteglove spec.js dir [options]

  -r, --runner String      Command used to run the test suite - default: node
  -p, --patterns [String]  Filename patterns matching your spec files - default: ['.js']
  --verbose                Output a ridiculous amount of information
  -h, --help               Display this helpful help menu
$(npm root -g)/whiteglove/bin/whiteglove.js:5
  if (!run || run.reportedTests().length) {
                  ^

TypeError: run.reportedTests is not a function
    at $(npm root -g)/whiteglove/bin/whiteglove.js:5:19
    at Object.execute ($(npm root -g)/whiteglove/lib/cli.js:188:12)
    at Object.<anonymous> ($(npm root -g)/whiteglove/bin/whiteglove.js:4:5)
    at Module._compile (module.js:435:26)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:313:12)
    at Function.Module.runMain (module.js:467:10)
    at startup (node.js:136:18)
    at node.js:963:3

Better error handling

When errors pop up currently I do a best guess as to what the issue could be. We need a better error handling system.

Feature request: seek out masked failures

I'd like to pass an entire test suite to whiteglove, and have it figure out which of the tests fail when run in isolation - ie, which tests are relying on a different test's global changes or stubs/spies.

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.