cucumber-playwright
cucumber-playwright copied to clipboard
Run single file feature
Hi, I want to run only one feature file, I use "npm run test feature/filename.feature" but it runs all test (the only thing that changes is that the test runs before all other tests).
the script is: "test": "cucumber-js test"