Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Aug 13, 2018
1 parent d7f652f commit d65dd20
Show file tree
Hide file tree
Showing 4 changed files with 1,141 additions and 1,140 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.0.2:
date: 2018-08-13
changes:
- Fix noSandbox option.
- Fix startTime, and timing issues.

v2.0.1:
date: 2018-05-31
changes:
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-jasmine v2.0.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)
# grunt-contrib-jasmine v2.0.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)

> Run jasmine specs headlessly through Headless Chrome
Expand Down Expand Up @@ -168,12 +168,6 @@ Default: `false`

Display a list of all failed tests and their failure messages

#### options.noSandbox
Type: `Boolean`
Default: `false`

Launching Puppeteer with --no-sandbox argument. (Fix [Debian issue](https://github.com/Googlechrome/puppeteer/issues/290))

### Flags

Name: `build`
Expand Down Expand Up @@ -322,6 +316,7 @@ grunt.initConfig({

## Release History

* 2018-08-13   v2.0.2   Fix noSandbox option. Fix startTime, and timing issues.
* 2018-05-31   v2.0.1   Use the grunt current working directory to find the jasmine core. Implement options.version. Dependency updates.
* 2018-05-19   v2.0.0   Switch from PhantomJS to Chrome Headless via Puppeteer
* 2017-01-12   v1.1.0   adds `tempDir` option. locks jasmine version
Expand Down Expand Up @@ -359,4 +354,4 @@ grunt.initConfig({

Task submitted by [Jarrod Overson](http://jarrodoverson.com)

*This file was generated on Thu May 31 2018 14:10:59.*
*This file was generated on Mon Aug 13 2018 21:20:51.*
Loading

0 comments on commit d65dd20

Please sign in to comment.