Cucumber lets you define profiles in a cucumber.yml file - which are essentially command line arguments that can be reused. Does anyone know if it's possible to accomplish the same with lettuce? And if so, how?
Lettuce doesn't support profiles. There was an issue open about supporting arbitrary command line parameters but it was closed and apparently will not be implemented. Here's a link to the discusson (there's a workaround discussed there as well) Lettuce command line params