📅  最后修改于: 2022-03-11 14:55:18.355000             🧑  作者: Mango
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