معرفی شرکت ها


gulp-jasmine-4.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Run Jasmine tests
ویژگی مقدار
سیستم عامل -
نام فایل gulp-jasmine-4.0.0
نام gulp-jasmine
نسخه کتابخانه 4.0.0
نگهدارنده ['jbblanchet', 'sindresorhus']
ایمیل نگهدارنده ['jbblanchet@gmail.com', 'sindresorhus@gmail.com']
نویسنده Sindre Sorhus
ایمیل نویسنده sindresorhus@gmail.com
آدرس صفحه اصلی git+https://github.com/sindresorhus/gulp-jasmine.git
آدرس اینترنتی https://github.com/sindresorhus/gulp-jasmine#readme
مجوز MIT
# gulp-jasmine [![Build Status](https://travis-ci.org/sindresorhus/gulp-jasmine.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-jasmine) > Run [Jasmine 2](https://jasmine.github.io/index.html) tests in Node.js *Issues with the output should be reported on the Jasmine [issue tracker](https://github.com/jasmine/jasmine/issues).* ## Install ``` $ npm install --save-dev gulp-jasmine ``` ## Usage ```js const gulp = require('gulp'); const jasmine = require('gulp-jasmine'); gulp.task('default', () => gulp.src('spec/test.js') // gulp-jasmine works on filepaths so you can't have any plugins before it .pipe(jasmine()) ); ``` ## API ### jasmine([options]) #### options ##### verbose Type: `boolean`<br> Default: `false` Display spec names in default reporter. ##### includeStackTrace Type: `boolean`<br> Default: `false` Include stack traces in failures in default reporter. ##### reporter Type: `Object` `Object[]` Reporters to use. ```js const gulp = require('gulp'); const jasmine = require('gulp-jasmine'); const reporters = require('jasmine-reporters'); gulp.task('default', () => gulp.src('spec/test.js') .pipe(jasmine({ reporter: new reporters.JUnitXmlReporter() })) ); ``` [Creating your own reporter.](http://jasmine.github.io/2.4/custom_reporter.html) ##### timeout Type: `number`<br> Default `5000` Time to wait in milliseconds before a test automatically fails. ##### errorOnFail Type: `boolean`<br> Default: `true` Stops the stream on failed tests. ##### config Type: `Object` Passes the config to Jasmine's [loadConfig](https://jasmine.github.io/2.8/node.html#section-Load_configuration_from_a_file_or_from_an_object.) method. #### events ##### jasmineDone Emitted after all tests have been completed. For a discussion about why `jasmineDone` and not `end` nor `finish`, see [pull request #71](https://github.com/sindresorhus/gulp-jasmine/pull/71). ## FAQ ### Babel Add `require('babel-core/register');` to the top of your `gulpfile.js`. Make sure to read the [Babel docs](https://babeljs.io/docs/usage/require/). ## License MIT © [Sindre Sorhus](https://sindresorhus.com)


نیازمندی

مقدار نام
^1.0.1 arrify
^3.1.0 jasmine
^1.0.3 jasmine-terminal-reporter
^1.0.1 plugin-error
^2.0.3 through2


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

مقدار نام
8.10.0 Npm


نحوه نصب


نصب پکیج tgz gulp-jasmine-4.0.0:

    npm install gulp-jasmine-4.0.0.tgz