# Automation pipelines ## How to view the reports * Download the test report zip file from the build page * Unzip the file in a temporary folder and make sure in your folder the report is in `playwright-report` folder * Install playwright package locally with `npm install -D @playwright/test` * Open the report in a browser and navigate in the traces with `npx playwright show-report`