How to run a single Playwright + Cucumber automation feature file/ a set of feature files from a dir using NPM
Problem Statement: I would like to know how can I configure the npm run test command in such a way that I can run a set of feature files/ a single feature file from a dir path/ folder.
How to run Cucumber tests from a specific folder/ path using npm run test command?
Background:
I have an automation setup using Playwright + Cucumber BDD + NPM + JavaScript. My execution scripts are defined on package.json and the respective config details on cucumber.js.