-
-
Notifications
You must be signed in to change notification settings - Fork 62
Description
I'm getting this when I run "bundle exec cypress":
Traceback (most recent call last):
5: from /home/me/.rvm/gems/ruby-2.5.0/bin/ruby_executable_hooks:15:in <main>' 4: from /home/me/.rvm/gems/ruby-2.5.0/bin/ruby_executable_hooks:15:in
eval'
3: from /home/me/.rvm/gems/ruby-2.5.0/bin/cypress:23:in <main>' 2: from /home/me/.rvm/gems/ruby-2.5.0/bin/cypress:23:in
load'
1: from /home/me/.rvm/gems/ruby-2.5.0/gems/cypress-on-rails-0.2.2/bin/cypress:3:in <top (required)>' /home/me/.rvm/gems/ruby-2.5.0/gems/cypress-on-rails-0.2.2/lib/cypress/runner.rb:11:in
run': uninitialized constant Cypress::Runner::Open3 (NameError)
I installed cypress first before I found this gem and not sure if this could be causing the issue?
This is a really nice gem and I hope you develop it further. I'm sick and tired of fighting rspec/capybara/selenium.