17 lines
377 B
Markdown
17 lines
377 B
Markdown
# Playwright Dashboard
|
|
|
|
A web-based dashboard for managing and viewing Playwright test results.
|
|
|
|
Features, goals, etc TBD
|
|
|
|
## Running the Project
|
|
|
|
```bash
|
|
$env:DEBUG='playwright-a11y-dashboard:*'; npm start
|
|
```
|
|
|
|
## Notes, issues, and tasks
|
|
|
|
- [Initial Project Outline](Outline.md)
|
|
- [Project Task Board](https://git.keithsolomon.net/keith/Playwright-A11y-Dashboard/projects/1)
|