How to run particular file with Playwright?

Viewed 3953

A have multiple test files into specific folder with extension spec.ts, how I can run particular file with Playwright. Currently for configuration is set as test folder and will run all files (tests) from it:

testDir: './smokeTests',

Assume that is some option in the config file, but which one that the question

1 Answers
Related