我遇到了使用硒的問題。當我有一個使用來自黃瓜「我看到酒吧內foo」的網絡一步一個場景中,我得到以下錯誤:在軌道中的黃瓜,Webrat和硒NoMethodError 3
NoMethodError: undefined method `within' for #<Webrat::SeleniumSession:0x000000057ea608>
它工作正常,只是用黃瓜和webrat無硒。
這裏是我的env.rb的webrat配置塊:
Webrat.configure do |config|
config.mode = :selenium
config.application_framework = :rack
config.open_error_files = false # Set to true if you want error pages to pop up in the browser
end
這裏是引起麻煩(它的實現是在web_steps.rb)
Then I should not see "2" within "#node"
我可以提名'那麼我不應該在DailyWTF的「#node」中看到「2」作爲黃瓜濫用的主要例子嗎?黃瓜是爲客戶審查,應該只說高層次的事情,如「這個功能是有利可圖的」。而黃瓜不應該被用作通過用戶界面驅動網站的測試的混淆層! – Phlip 2012-06-18 23:21:15