I would like to write a number in cucumber page. Please let me know How can I write 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
But I have observed that 404 is taken as a parameter.