UNPKG

axe-playwright-report

Version:

Playwright + axe-core integration to run accessibility scans and build HTML dashboard reports.

16 lines (13 loc) 430 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Accessibility Test Report Tool</title> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="./styles.css"> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <script src="./main.js"></script> </head> {{CONTENT}} </html>