A short video demonstrating how you can set up Cypress.io with Ruby on Rails.
The code can be found here: https://github.com/my-grocery-price-book/www/pull/124
A short video demonstrating how you can set up Cypress.io with Ruby on Rails.
The code can be found here: https://github.com/my-grocery-price-book/www/pull/124
Is it is really important to use cypress after adding gem in our project? I Mean what we can not use it directly as cypress team said in their documentation.
LikeLike
yes we can run directly without using gem, install cypress using yarn and run cypress as
./node_modules/.bin/cypress one
LikeLike