I've written single test scenario that runs on multiple websites (around 400) and return the actual status code of the website. (Expected to be 200 when the site is up and running).
I'm using Scenario Outline and Examples to write down the test data and I'm using capybara-webkit to check the expected http status code.
However, is there any alternate way of testing this functionality as currently my feature file is very bulky.