Houndiohoundio.uk路Dec 12, 2024Cute Snowman and Capybara Happy TogetherCute Snowman and Capybara Happy Together: 馃攳 Check out Cute Snowman and Capybara Happy Together now! Explore this 馃搧 christmas embroidery designs and claim your 馃啌 free download here. Let's start crafting together! 馃殌 Cute Snowman And Capybara Happy ...Art
Alvin Crespoalvincrespo.hashnode.dev路Aug 13, 2024Testing ViewComponent w/ CapybaraToday I was writing some tests and dug into a little bit of ViewComponent and Capybara. Most of time you read a tutorial and just kind of get whatever done, here I'm going to explain in detail what my test is doing and why it's important. 馃挕 If you'...29 readstrix-editor
Dorian Lupudorianlupu.hashnode.dev路Nov 8, 2022Level up your Capybara acceptance tests using SitePrismTL;DR If you struggle with maintaining brittle capybara tests that mix high-level verifications with low-level CSS selectors, you should consider using SitePrism, a semantic DSL for describing your web application. You'll never have to hardcode CSS ...125 readsSitePrism
CodeMeistercodemeister.hashnode.dev路Jun 29, 2022Capybara, Cuprite and a slow-scrolling Chrome ARMIt sounds like the start to a bad joke... Capybara, Cuprite and a slow-scrolling Chrome ARM walk into a bar.... ...but the joke was definitely on me with a bunch of randomly failing tests, all with a variation of the same message. The Error A lot o...1 like路724 readscapybara
Andrew Fosterandrewfoster.hashnode.dev路Jun 16, 2022User Interface - Navigation and Layout Part 2Following on from the previous blog I now have a helper for displaying icons in the application. The next helper that would make life easier is one for adding a link to the side navigation. I'll call it the NavigationHelper: module NavigationHelper ...99 readsRails 7 ApplicationRuby on Rails