Protip – Capybara-RSpec integration with Continuous Integration.

If you are dealing with UI test case automation wherein you see your test cases running in the launched browser window - example being using 'Capybara' with 'Selenium web-driver' or for that matter any web-driver , then this post can prove to be useful to you . Each time you run such test case suite, … Continue reading Protip – Capybara-RSpec integration with Continuous Integration.

How To Load Data From Seed & Rake Tasks

CircleCI generates its own database.yml for every build. It then creates the database using the newly created database.yml file and loads the schema. It sets the environment to 'test' and runs the test cases. I needed some data that was loaded using seed and a rake task. This data was preserved from truncation between test … Continue reading How To Load Data From Seed & Rake Tasks