I have the following scenario
Given I'm from registered on "Brazil" website
When I login
Then i should receive a ok stats.
The Brazil website is almost the same as the US website. it only changes the url, and text language, but the system is all the same.
arguments works strictly for each country.
I don't want to copy paste this scenario for all countries and I'm wondering if i can have feature/support file so i can replace the "brazil" argument for something more dynamic.
Maybe run like cucumber all tests --arguments "brazil"