Coder Social home page Coder Social logo

jasme's Introduction

build status

Jasme

simplistic node.js jasmine 3.1.x launcher, created to compensate the lack of jasmine 3 support in jamine-node

Features

  • you don't have to specify or create jasmine config file (you still can though)
  • you can specify files or glob patterns as command line parameters
  • nice console reporter included by default (jasmine-spec-reporter)
  • you can export results as JUnit xml
  • if no paths is provided, then it tries to autodetect your spec dir

Usage

Option a: install globally (-g):

npm install -g jasme

jasme [--output=junit_xml_dir] [--noColor] [--boot=boot_script] [spec_mask...]

Option b: install for specific project:

npm install --save-dev jasme

node node_modules/jasme/run.js ...
# ... or for *nix ppl simply ...
node_modules/jasme/run.js ...

Options

  • noColor - disables ANSI color output
  • output=... - generates junit xml output
  • boot=... - runs a bootstrap script, where you can add helpers etc.

Examples

# Run all `*.js` files in given dir:
jasme tests/my_specs

# run only specific files using glob syntax (note the quotes!):
jasme 'tests/feature_a/**/*.*Spec.js' 'tests/feature_b/*Spec.js'

# run specs in a default dir and export result to "target" dir
jasme --output=target tests

# let jasme find my tests (in either "spec", "specs", "test" or "tests" dirs)
jasme

jasme's People

Contributors

disjunction avatar

Watchers

 avatar  avatar

Forkers

schluderer

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.