playwright
Advanced tools
Comparing version 1.51.0-beta-1741209067000 to 1.51.0-beta-1741211717000
@@ -35,3 +35,3 @@ "use strict"; | ||
const metadata = testInfo.config.metadata; | ||
const promptParts = [`# Instructions`, '', `- Following Playwright test failed.`, `- Explain why, be concise, respect Playwright best practices.`, `- Provide a snippet of code with the fix is possible.`, '', `# Test info`, '', `- Name: ${testInfo.titlePath.slice(1).join(' >> ')}`, `- Location: ${testInfo.file}:${testInfo.line}:${testInfo.column}`, '', '# Error details', '', '```', (0, _util.stripAnsiEscapes)(error.stack || error.message || ''), '```']; | ||
const promptParts = [`# Instructions`, '', `- Following Playwright test failed.`, `- Explain why, be concise, respect Playwright best practices.`, `- Provide a snippet of code with the fix, if possible.`, '', `# Test info`, '', `- Name: ${testInfo.titlePath.slice(1).join(' >> ')}`, `- Location: ${testInfo.file}:${testInfo.line}:${testInfo.column}`, '', '# Error details', '', '```', (0, _util.stripAnsiEscapes)(error.stack || error.message || ''), '```']; | ||
if (ariaSnapshot) { | ||
@@ -38,0 +38,0 @@ promptParts.push('', '# Page snapshot', '', '```yaml', ariaSnapshot, '```'); |
{ | ||
"name": "playwright", | ||
"version": "1.51.0-beta-1741209067000", | ||
"version": "1.51.0-beta-1741211717000", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
"dependencies": { | ||
"playwright-core": "1.51.0-beta-1741209067000" | ||
"playwright-core": "1.51.0-beta-1741211717000" | ||
}, | ||
@@ -62,0 +62,0 @@ "optionalDependencies": { |
3204531
+ Addedplaywright-core@1.51.0-beta-1741211717000(transitive)
- Removedplaywright-core@1.51.0-beta-1741209067000(transitive)