$ npx playwright test --grep @World
throws an error, because it executes the describe
function that is tagged with @Hello
.
$ npx playwright test --grep @World
throws an error, because it executes the describe
function that is tagged with @Hello
.