protractor-rails
protractor-rails copied to clipboard
Rake task fails on CI
I use BuildKite 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 this for CI running Protractor seems to fail and this is the output:
I can't see what exactly doesn't work because no output is saved but it looks like the code fails where the shell command is fired off to start running protractor. I think it's likely that the Protector
command can not be found.
Unfortunately I don't have any experience with BuildKite. If you find a solution for this won't you please submit a pull request for it?
Otherwise if you can show me some way to reproduce this error then I can assist further.