Posts by marco Aurelio silva ramos • 5 points
2 posts
-
0
votes3
answers577
viewsQ: Error in capturing Cucumber/Capybara test
I need to perform my tests, but there are some errors in the code, but Cucumber is not showing the error, it only brings the error :` incompatible encoding regexp match (Windows-1252 regexp with…
-
0
votes1
answer232
viewsQ: How to define proxy in Capybara
I need to perform my tests, but my work network uses a proxy. What better way to set this up within my env.Rb Below follows my file configuration code "env.Rb" require "selenium-webdriver" require…