diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ade6e24ef..abd853877f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -180,12 +180,12 @@ Here's how to run the test suite: |``make test-sqlite[\#SpecificTestName]`` | run [integration](tests/integration) test(s) for SQLite | [More details](tests/integration/README.md) | |``make test-e2e`` | run [end-to-end](tests/e2e) test(s) using Playwright | | -- e2e test environment variables +- E2E test environment variables | Variable | Description | | :------------------------ | :---------------------------------------------------------------- | | ``GITEA_TEST_E2E_DEBUG`` | When set, show Gitea server output | -| ``GITEA_TEST_E2E_FLAGS`` | Additional flags passed to Playwright (e.g. ``--headed --debug``) | +| ``GITEA_TEST_E2E_FLAGS`` | Additional flags passed to Playwright, for example ``--ui`` | ## Translation