protractor-rails icon indicating copy to clipboard operation
protractor-rails copied to clipboard

A Gem which helps you integrate Protractor into your rails app

Results 8 protractor-rails issues
Sort by recently updated
recently updated
newest added

In order to make debug working with protractor you need to run it in debug more, i didn't find any task to allow that, could you please make any? Regards

If I point the protractor conf to use an external selenium server, how can I makde protractor-rails not run its built-in selenium server?

Hi. Command ``` rake protractor:install ``` raise error: `Nodejs is not installed. Please installed Nodejs and run this script again` but NodeJS installed already... I found [hear](https://github.com/tyronewilson/protractor-rails/blob/master/lib/tasks/install.rake#L11) checking node version,...

$ rake protractor:install $ rake protractor:init Console error: ``` rake aborted! undefined method `configuration' for Protractor:Module lib/tasks/install.rake:42:in `block (2 levels) in ' /Users/ryandrake/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `eval' /Users/ryandrake/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `' Tasks: TOP => protractor:init...

I'm getting this error after running protractor through protractor-rails rake task like so ``` bundle exec rake protractor:spec nolog=y ``` Error I get; ``` kill protractor rails tests server... kill...

This is similar to issue #19, only the database cleanup does not occur only when the tests fail when running the command 'rake protractor:spec_and_cleanup'. I am running protractor-rails 0.0.15. Ruby...

I have three failing tests when I run `rake protractor:spec` In the README, you say that 1 test should return and pass? ![screen shot 2015-05-12 at 2 28 25 pm](https://cloud.githubusercontent.com/assets/3394807/7580171/4a5e3274-f8b3-11e4-98a4-41182e1416d9.png)

I use [BuildKite](http://buildkite.com) for CI. I can run the `rake protractor:spec` command on my dev environment which is OSX. Everything seems to work ok. Now when I try to automate...