jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

New release #575

Closed dylnclrk closed 4 years ago

dylnclrk commented 4 years ago

Hi, just wanted to voice my support of a new Teaspoon release. There are some features on master that I'd love to use. Thanks!

danmayer commented 4 years ago

This would be really helpful, installing from github with our current workflow ends up breaking our gem cache for every CI run ;(

jejacks0n commented 4 years ago

Done! Let me know how it works out. I don't think I need to update/push any of the specific ones like jasmine or mocha, so let me know if this fits your needs.

danmayer commented 4 years ago

our issue is actually with teaspoon-jasmine

gem 'teaspoon-jasmine', github: "jejacks0n/teaspoon"

Although, I think I justed figured out how to fix our CI cache issue by moving to bundler 2. The issue we had is bundler check would always fail due to:

The git source `git://github.com/jejacks0n/teaspoon.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

and bundler 2.x moves to a secure by default github install flow.