Questions tagged [akephalos]

Akephalos is a Capybara driver that uses HtmlUnit.

Akephalos is a Capybara driver that uses HtmlUnit. It can be used to run acceptance tests with JavaScript.

4 questions
2
votes
0 answers

Cucumber + Akephalos "UNIXServer is required"

I setup a rails 2.3 project with cucumber and it works fine. Now i wanted to run javascript tests and i set it up using Akephalos. Now the funny thing. The tests run on my collegues machines just fine. We are using RVM + ruby 1.8.7 + gemsets +…
CBuente
  • 161
  • 7
2
votes
1 answer

Akephalos: How to ignore SSL warnings?

I'm trying to set up Akephalos for use with Capybara. I ran into this message when trying to visit the page I am trying to test: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated (NativeException) (druby://127.0.0.1:35580)…
Andrew
  • 227,796
  • 193
  • 515
  • 708
2
votes
1 answer

How to configure steak with akephalos

Some time ago I have tried to use the thoughtbot version of akephalos based on this article http://robots.thoughtbot.com/post/1658763359/thoughtbot-and-the-holy-grail, but could not make it work, does anyone have a sample app to show me how to test…
Boris Barroso
  • 1,802
  • 2
  • 22
  • 41
1
vote
1 answer

Rails3: How can I use UTF-8 when testing with Capybara

I use Rails 3, Capybara 0.4.0, Akephalos (https://github.com/sorentwo/akephalos) Selenium-webdriver and Rspec 2. I use ruby 1.9 I have the following spec: scenario "Create a new Group course with complex name" do school = School.make! …
Nerian
  • 15,901
  • 13
  • 66
  • 96