cucumber
capybara, selenium interact with hidden or display: none css properties
I\'m using similar construction: <div class=\"edit\" style=\"visibility: hidden;\"> <a href=\"some_path\" id=\"edit_item\">Edit</a>[详细]
2023-04-13 03:28 分类:问答How can i check the checkbox in cucumber scenario?
I have the html source: <ul> <li> <input checked=\"checked\" class=\"chb_tester\" id=\"user_role_ids_\" name=\"user[role_ids][]\" type=\"checkbox\" value=\"1\" />[详细]
2023-04-12 19:59 分类:问答Cucumber and WebServices
Sorry i开发者_C百科f this has already been answered, but I looking to automate webservice responses and struggling to find correct gem for it? Can any tell me or share a link which shows webservice au[详细]
2023-04-12 14:34 分类:问答Fire event mouseenter/mouseleave on Capybara/Selenium on Firefox
So here\'s my code for trigger the event page.execute_script(\"$(\'.image_grid\').trigger(\'mouseenter\');\")[详细]
2023-04-12 12:29 分类:问答Releasing a Cucumber-* gem which uses the After blocks
I\'ve built a simple Gem to do screenshots for Capybara Webkit on scenario failure, and it also saves an HTML file of the current page regardless of which Capybara driver you are using. However, I am[详细]
2023-04-12 07:59 分类:问答Ruby: Ways to prevent cucumber reduncancies?
Does anybody have any idea how I would make this shorter and less redundant: Feature: nosql Scenario: flatfile[详细]
2023-04-10 14:38 分类:问答Copy resources with frank and cucumber
I have a iPhone project where i use frank and cucumber for acceptance te开发者_运维百科sting. My application has a feature to collect files from the documents directory and index them in the applicat[详细]
2023-04-10 06:09 分类:问答Starting with BDD (using Behat and Symfony2 as background)
I\'m just starting with BDD and this instructions about Behat but I\'m missing an example a bit more complex, Product-Category example is too simple (but[详细]
2023-04-09 17:27 分类:问答How to make cucumber run all feature if no matching tag
Im using cucumber with fork. I really like the run_all_when_everything_filtered on Rspec. that开发者_如何学运维 runs all the spec if there is no matching tag. Can I do this with cucumber. example in m[详细]
2023-04-09 12:39 分类:问答is view spec necessary with cucumber
Is it necessary to use view spec even if I am using cucumber? I think cucumber takes care of the view and the flow.So is it required to use view spec?[详细]
2023-04-09 11:42 分类:问答