Using the following command, you can run a set of test files from CLI in playwright.
npx playwright test tests/todo-page/ tests/landing-page/
npx playwright test tests/dbl.spec.js tests/WindowsHandle.spec.js tests/Frames.spec.js --headed --project='chromium'
