dryrun in cucumber code example
Example: dryrun in cucumber
just one keyword we pass into Runner class
to allow our framework to RUN or NOT to RUN the actual code.
dryRun = true -> will not run the actual implementation of our code.
it will just check the feature file steps against step definitions
dryRun = false --> will run our code