How does Cucumber testing work?
Cucumber reads our specifications from feature files, which are plain English text files. It searches for test cases and performs them against our product. The feature files must adhere to a set of rules known as Gherkin.