| `image` / `PLAYWRIGHT_IMAGE` | The Docker image used to run Playwright. | `mcr.microsoft.com/playwright:latest`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-PLAYWRIGHT_IMAGE) |
| `project-dir` / `PLAYWRIGHT_PROJECT_DIR` | The Playwright root project directory (contains the `playwright.config.ts` file) | `.` |
| `extra-reporters` / `PLAYWRIGHT_EXTRA_REPORTERS` | Playwright extra [reporters](https://playwright.dev/docs/test-reporters#built-in-reporters)(in addition to the JUnit reporter that is always generated). Comma separated list among `list`, `line`, `dot`, `json`, `html`. | *none* |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Playwright tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |
| `node-install-extra-opts` / `NODE_INSTALL_EXTRA_OPTS` | Extra [`npm ci`](https://docs.npmjs.com/cli/ci.html/) options to install project dependencies | _none_ |
"description":"The Playwright root project directory (contains the `playwright.config.ts` file)",
"default":"."
},
{
"name":"PLAYWRIGHT_EXTRA_REPORTERS",
"description":"Playwright extra [reporters](https://playwright.dev/docs/test-reporters#built-in-reporters) (in addition to the JUnit reporter that is always generated). Comma separated list among `list`, `line`, `dot`, `json`, `html`.",
"type":"text"
},
{
"name":"PLAYWRIGHT_EXTRA_ARGS",
"description":"Playwright extra [run options](https://playwright.dev/docs/test-cli)",
description:The Playwright root project directory (contains the `playwright.config.ts` file)
default:.
extra-reporters:
description:Playwright extra [reporters](https://playwright.dev/docs/test-reporters#built-in-reporters) (in addition to the JUnit reporter that is always generated). Comma separated list among `list`, `line`, `dot`, `json`, `html`.
default:''
extra-args:
description:Playwright extra [run options](https://playwright.dev/docs/test-cli)