Introduction
In my previous post [https://dev.to/dwwhalen/using-page-objects-in-cypress-co9]
we installed Cypress, which also installed a number of Cypress sample tests.
These sample tests use the Mocha syntax. In this post I'm going to talk about
how to define your tests with feature files instead of Mocha.