Giter Site home page Giter Site logo

testbrain's Introduction

testbrain: Acceptance Test Brain

Simple test runner. Runs all bash tests in the designated test folder, gathering results and outputs and summarizing it.

Currently, only one command is available:

testbrain run

Runs all tests in the test folder.

Usage:
  testbrain run [flags] [files...]

Flags:
  -n, --dry-run          Do not actually run the tests
      --exclude string   Regular expression of subset of tests to not run, applied after --include
                          (default "^$")
      --in-order         Do not randomize test order
      --include string   Regular expression of subset of tests to run (default "_test\\.sh$")
      --json             Output in JSON format
      --seed int         Random seed used to determine the order of tests (default -1)
      --timeout int      Timeout (in seconds) for each individual test (default 300)
  -v, --verbose          Output the progress of running tests

Global Flags:
      --config string   config file (default is $HOME/.test-brain.yaml)

Marking tests as skipped

Sometimes a test may be marked as skipped, which indicates it neither failed nor succeeded. It may happen, e.g., when external dependencies are not satisfied.

Any test that returns the status code 99 will be marked as skipped. It allows the test itself to run checks to determine if it should skip or not.

testbrain's People

Contributors

aarondl avatar andreas-kupries avatar f0rmiga avatar jandubois avatar mook-as avatar wgautier avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.