End to end testing Rails with capybara

preview_player
Показать описание
In this episode, you'll learn about how to setup capybara for end to end testing. We also cover how to login within the context of a test to access authenticated routes that are protected with devise.
#rails #rubyonrails
Рекомендации по теме
Комментарии
Автор

The content you cover in your videos are very in high quality. You deserve more subs and you just got one more. Thanks for sharing these.

RatanachaiS
Автор

what is the difference between system and features test?

haroldpepete
Автор

I am trying to integrate capybara to my project, but when I try to use the login_as, it does not authenticate it. The page returns : 'You need to sign in or sign up before continuing'

mondainicalvao