1.

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 &LT;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



Discussion

No Comment Found