Upgrade Playwright suite to v2.5.1 SQLite deep testing

This commit is contained in:
A R R R Associates
2026-06-24 20:05:36 +05:30
parent 89ba3e85a1
commit ba1075ef19
33 changed files with 16167 additions and 240 deletions
+1
View File
@@ -11,6 +11,7 @@ module.exports = defineConfig({
reporter: [
['html', { outputFolder: 'playwright-report', open: 'never' }],
['json', { outputFile: 'results/playwright-results.json' }],
['./reporters/sqlite-reporter.js', { dbPath: 'results/uat_vapt_results.sqlite' }],
['list']
],
use: {