Styrow.dev
Question 5 of 27
Cucumber Topic: General medium

What is a feature file?

Question

What is a feature file?

Answer

Feature file is an entry point of Cucumber execution. Cucumber scenarios are written inside the feature file using a plain-text language called Gherkin. It can contain a scenario or multiple scenarios. All the acceptance tests are written in feature file using Given-When-Then statements.