mavdi / grunt-cucumberjs

Grunt plugin for cucumber.js
MIT License
31 stars 36 forks source link

Mixed content in bootstrap and foundation reports #27

Closed simonomis closed 9 years ago

simonomis commented 9 years ago

The <script> and <style> elements use http:// urls which means they fail to load when the report is served over https because of mixed content security policy. This means the collapsible parts of the report don't work.

They should either omit the protocol part of the url or use https everywhere.

mavdi commented 9 years ago

This should have fixed it https://github.com/mavdi/grunt-cucumberjs/pull/28