Feature: DEBUG @DEBUG Scenario Outline: Successful login with multiple sets of credentials Given the user is on the login page When the user enters "" and "" Then the user should be redirected to the homepage Examples: | username | password | | user1 | pass1 | | user2 | pass2 |