I want to handle numeric parameters in the Cucumber step definitions. Please let me know how I can do this.
Scenario Outline: Enter an invalid URL
Given the context "Invalid URL" is open on "Market"
When user is on the error 404 page
Then page not found message is displayed
However, I have observed that 404 is taken as a parameter.