Overview
Add data-testid attributes to key UI elements to make the codebase ready for automated testing with Playwright or React Testing Library.
Task
Add data-testid to these elements across the component files:
| Element |
data-testid value |
| File upload zone |
file-upload-zone |
| Export button |
export-button |
| Progress bar |
export-progress |
| Download button |
download-button |
| Reset button |
reset-button |
| Quality slider |
quality-slider |
| Speed slider |
speed-slider |
Acceptance Criteria
Good first issue — estimated effort: 20 minutes
Overview
Add
data-testidattributes to key UI elements to make the codebase ready for automated testing with Playwright or React Testing Library.Task
Add
data-testidto these elements across the component files:file-upload-zoneexport-buttonexport-progressdownload-buttonreset-buttonquality-sliderspeed-sliderAcceptance Criteria
data-testidattributesGood first issue — estimated effort: 20 minutes