Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to run spec files in random order #328

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2014

  1. Add test load order randomization

    This adds the following options:
      --randomize, which shuffles the list of spec files and
        prints out the seed it used to initialize the RNG
      --seed SEED, which seeds the RNG to replay an earlier
        shuffled test run
    AndyWalker-AMZN committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    d8849d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Add a minimal array shuffler library

    For the purposes of getting a test shuffler up and running quickly, I ended up
    writing my own seedable array shuffler - however, this could be replaced by an existing NPM package if there is one, or moved into its own package.
    AndyWalker-AMZN committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    b1d0c5e View commit details
    Browse the repository at this point in the history