teaspoon icon indicating copy to clipboard operation
teaspoon copied to clipboard

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.

Results 43 teaspoon issues
Sort by recently updated
recently updated
newest added

I am getting the following `Teaspoon::EnvironmentNotFound` error when using version 1.2.0 of teaspoon that just got released yesterday. The error is coming from [find_env](https://github.com/jejacks0n/teaspoon/blob/master/lib/teaspoon/environment.rb#L29-L40). My project does have the teaspoon_env.rb...

bug
task

I wrote a test in a rails application that has spree commerce, when I run it in console I get: TypeError The browser based test suite passes though. ``` $...

question

Hi, I'm new to this gem. I tried setting it up for my project. It seems to work fine the browser, but I can't get the CLI to work. Running:...

info

```ruby # Gemfile gem 'rails', '~> 6.0.2' group :development, :test do gem 'selenium-webdriver' gem 'teaspoon', github: 'jejacks0n/teaspoon' gem 'teaspoon-jasmine', github: 'jejacks0n/teaspoon' end ``` I am attempting to run `teaspoon --driver=selenium...

bug
task

As it is currently set up, if you're running Teaspoon in apps that have strong CSP settings, then all the inline JS pieces will not load causing people to be...

Hi, i'm working on an engine (gem) that has some js code to be tested but seems i can't get it working. I've followed [the wiki article](https://github.com/modeset/teaspoon/wiki/Testing-Engine-Assets) and set a...

question

https://github.com/yairgo/teaspoon_spike I've created a barebones repo with some tests. I ran across this issue on accident. I have a project that has 10 test files and from the test report...

Hi, I'm starting up a new project and getting my infrastructure in place, setting up teaspoon. Since I'm using [chruby](https://github.com/postmodern/chruby) my gems aren't excluded by the default `config.ignore`, so I...

question

I have teaspoon (and teaspoon-jasmine) setup/installed in a rails 5rc2 app. I am using two terminal windows. In the first one I am running "rails server" and in the second...

info

My Teaspoon :: Javascript Test Runner pages is successfully loading this asset ``` ``` However, it is also failing to load all these assets. ``` ``` `spec_helper.js` and `demo_spec.js` (actually...

question