chore: include "playwright" keyword, add examples (#196)

This commit is contained in:
Simon Knott 2025-04-16 17:18:40 +02:00 committed by GitHub
parent 5c2e11017d
commit e7c7709b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 58 additions and 11 deletions

View file

@ -228,7 +228,7 @@ class Tab {
}
const result: string[] = [];
result.push(`- Ran code:
result.push(`- Ran Playwright code:
\`\`\`js
${runResult.code.join('\n')}
\`\`\`