Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-jasmine-phantom

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jasmine-phantom - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

24

package.json
{
"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",

29

README.md

@@ -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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc