2 thoughts on “Getting Started with Cypress.io and Ruby on Rails

  1. 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.

    Like

  2. yes we can run directly without using gem, install cypress using yarn and run cypress as
    ./node_modules/.bin/cypress one

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s