Playwright Dot Reporter

Profile picture for user arilio666

Dot reporter is concise - only produces a single character per successful test run. It is the default on CI and valuable where you don't want a lot of output.

npx playwright test tests/csv.spec.js --headed --project='chromium' --reporter=dot

Here is an example output in the middle of a test run. The test has passed with a green dot.