InterviewSolution
Saved Bookmarks
| 1. |
Define What Is Profile In Cucumber ? |
|
Answer» <P>We can create Cucumber profiles to run specific FEATURES and step definitions We can use FOLLOWING command to EXECUTE a cucumber profile cucumber features -p <profile_name> Ex: cucumber features -p REGRESSION We can create Cucumber profiles to run specific features and step definitions We can use following command to execute a cucumber profile cucumber features -p <profile_name> Ex: cucumber features -p regression |
|