| `PLAYWRIGHT_IMAGE`| The Docker image used to run Playwright. | `mcr.microsoft.com/playwright:latest` |
| `PLAYWRIGHT_PROJECT_DIR` | The Playwright root project directory (contains the `playwright.config.ts` file) | `.` |
| `PLAYWRIGHT_EXTRA_ARGS`| Playwright extra [run options](https://playwright.dev/docs/test-cli) | _none_ |
| `REVIEW_ENABLED`| Set to `true` to enable Playwright tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |
| `image` / `PLAYWRIGHT_IMAGE` | The Docker image used to run Playwright. | `mcr.microsoft.com/playwright:latest` |
| `project-dir` / `PLAYWRIGHT_PROJECT_DIR` | The Playwright root project directory (contains the `playwright.config.ts` file) | `.` |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Playwright tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |
In addition to a textual report in the console, this job produces the following reports, kept for one day: