saucelabs / the-internet

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
http://the-internet.herokuapp.com
Apache License 2.0
782 stars 641 forks source link

Adding Cypress tests #52

Closed rchovatiya88 closed 3 years ago

rchovatiya88 commented 4 years ago

Adding basic cypress e2e tests for the the-internet - Adding a simple Add/Delete button test example but the plan is to add testcases for most of the modules. Thanks for creating this repo!

rchovatiya88 commented 4 years ago

hmm seems the build is failing due to . Your Ruby version is 2.5.3, but your Gemfile specified 2.2.5 maybe master branch must be old - i will try to git pull and rebase and update the gemfile and try again.