Run Cucumber features
Now we need to go back to "Cucumber" folder, in order to run cucumber.
cd ../..

We can run cucumber
to run all the feature files under "features" folder.

And we can run cucumber features/addition.feature
to just run only one feature - features/addition.feature.
