Saved Bookmarks
| 1. |
What Is A Profile In Cucumber? |
|
Answer» You can create Cucumber profiles to run a set of features and STEP definitions. Use the following COMMAND to execute a cucumber profile. cucumber features -p <profile_name> #EXAMPLE: cucumber features -p acceptance You can create Cucumber profiles to run a set of features and step definitions. Use the following command to execute a cucumber profile. cucumber features -p <profile_name> #Example: cucumber features -p acceptance |
|