gruntjs / grunt-contrib-jasmine

Run jasmine specs headlessly through Headless Chrome
http://gruntjs.com/
MIT License
354 stars 197 forks source link

Does not work with jasmine 3.9.0 (latest), tests don't execute and command hangs on "Testing specs with Jasmine/latest via HeadlessChrome/90.0.4427.0" #339

Closed mfig closed 1 year ago

mfig commented 3 years ago

Issue is visible also in project tests

MINGW64 /c/Git/grunt-contrib-jasmine (main)
$ npm run test

> grunt-contrib-jasmine@2.2.0 test C:\Git\grunt-contrib-jasmine
> grunt test

Running "connect:return500" (connect) task
Started connect web server on http://localhost:10921

Running "jasmine:pivotal" (jasmine) task

Testing specs with Jasmine/latest via HeadlessChrome/90.0.4427.0

As a workaround it needs specific version in options:

jasmine: {
      options: {
          version: '3.8.0',
          noSandbox: true
      }
}
vladikoff commented 1 year ago

This is fixed in version 4.0.0