gulp-jasmine-phantom
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "gulp-jasmine-phantom", | ||
"version": "0.0.1", | ||
"description": "Run Jasmine tests", | ||
"version": "1.0.0", | ||
"description": "Jasmine 2.0 suite runner, optionally with PhantomJS", | ||
"license": "MIT", | ||
"repository": "dflynn15/gulp-jasmine-phantom", | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"gulpplugin", | ||
"jasmine", | ||
"phantom", | ||
"test", | ||
"testing", | ||
"unit", | ||
"integration", | ||
"framework", | ||
"runner", | ||
"tdd", | ||
"bdd", | ||
"spec" | ||
], | ||
"dependencies": { | ||
@@ -8,0 +28,0 @@ "gulp-util": "^3.0.0", |
@@ -13,2 +13,3 @@ gulp-jasmine-phantom | ||
**If you do not have `phantomjs` installed please install following [these directions.](http://phantomjs.org/download.html) | ||
@@ -24,5 +25,7 @@ Install | ||
----- | ||
By default `gulp-jasmine-phantom` runs your tests with `minijasminenode` and not `phantomjs`. | ||
This is in an effort to keep your tasks running as quickly as possible! | ||
Basic useage: | ||
``` | ||
```javascript | ||
var gulp = require('gulp'); | ||
@@ -36,5 +39,5 @@ var jasmine = require('gulp-jasmine-phantom'); | ||
``` | ||
To use `phantomjs` for tests (ie: integration tests) use the following setup: | ||
For integrations tests: | ||
``` | ||
```javascript | ||
var gulp = require('gulp'); | ||
@@ -51,2 +54,17 @@ var jasmine = require('gulp-jasmine-phantom'); | ||
Options | ||
------- | ||
#### integration | ||
Type: `boolean` | ||
Default: false | ||
Run your tests with `phantomjs` | ||
#### keepRunner | ||
Type: `boolean` | ||
Default: false | ||
Keep the `specRunner.html` file after build | ||
Technologies Used | ||
@@ -61,4 +79,3 @@ ----------------- | ||
* Daniel Flynn | ||
* Rob Tarr | ||
* You! | ||
* [https://github.com/dflynn15](Daniel Flynn) | ||
* [https://github.com/robtarr](Rob Tarr) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
77
6381
3
107
3