معرفی شرکت ها


tapr-0.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Tapper (tapr) is a node.js tap test runner which allows stdout and stderr mixed in with the tap output and also presents assert output in a more abbreviated fashion. Tapper also optionally adds color to the output. Core based on Isaac Z Schlueter original tap runner. Because of Isaac's modular design Tapr/Tapper customizes the runner but uses all the original tap components.
ویژگی مقدار
سیستم عامل -
نام فایل tapr-0.1.3
نام tapr
نسخه کتابخانه 0.1.3
نگهدارنده ['jeffbski']
ایمیل نگهدارنده ['jeff.barczewski@gmail.com']
نویسنده Jeff Barczewski
ایمیل نویسنده jeff.barczewski@gmail.com
آدرس صفحه اصلی git://github.com/jeffbski/tapper.git
آدرس اینترنتی -
مجوز -
# Tapper Tapper (aka tapr) is a node.js tap runner which allows stdout and stderr mixed in with the tap output. Also tapper adds color to the output. Core based on Isaac Z Schlueter original tap runner. ## Goals - More concise formatting of tap output (easier to find what you care about) - Improve ability to write to stdout and stderr from tests or code - stdout/stderr is muted for successful tests, but displayed for files with failing tests - Add optional colorized output ## Installing ```bash npm install tapr # install locally # OR npm install -g tapr # install globally ``` OR Add to your project package.json ```javascript "devDependencies": { "tapr" : "~0.1.0" } ``` Then npm install your package with dev dependencies from the project directory ```bash npm install ``` OR Pull from github - http://github.com/jeffbski/tapper ## Usage ```bash node_modules/.bin/tapr.js fileOrDir # if installed locally #OR tapr fileOrDir # if installed globally # tapr # display usage tapr --help # display usage tapr --version # display version tapr --no-color fileOrDir # run without color output ``` ## Status - v0.1.0 - 2011-11-28 - tapr - change bin/tapper to bin/tapr for convenient typing. tapr is also short for tap runner - v0.0.6 - 2011-11-22 - Tapper is based on the original tap code with minor changes. The runner will evolve with features as time permits but appears to be fully functional. ## Screenshots ### Successful example where all tests are passing Stderr and stdout is muted except for files which have a failing test ![success-tapr](http://github.com/jeffbski/tapper/raw/master/doc/success-tapr.png) ### Failure example with some failures and stdout - Green - successful tests and files - Red - failed tests and files - Blue - test names ![failed-tapr](http://github.com/jeffbski/tapper/raw/master/doc/failed-tapr.png) ### Original tap runner success ![success-tap](http://github.com/jeffbski/tapper/raw/master/doc/success-tap.png) ### Original tap runner failure ![failed-tap](http://github.com/jeffbski/tapper/raw/master/doc/failed-tap.png) ## License - [MIT license](http://github.com/jeffbski/tapper/raw/master/LICENSE) ## Contributors - Modifications by author: Jeff Barczewski (@jeffbski) - Original code Isaac Z. Schlueter <i@izs.me> http://blog.izs.me ## Contributing - Source code repository: http://github.com/jeffbski/tapper - Ideas and pull requests are encouraged - http://github.com/jeffbski/tapper/issues - You may contact me at @jeffbski or through github at http://github.com/jeffbski


نیازمندی

مقدار نام
~0.1.4 cli-color
~0.1.1 sprintf
~0.1.2 tap
~1.0.0 inherits
~0.0.2 yamlish
~1.1.3 slide
~0.5.0 commander


زبان مورد نیاز

مقدار نام
v0.4.12 Npm


نحوه نصب


نصب پکیج tgz tapr-0.1.3:

    npm install tapr-0.1.3.tgz