From 9cf4fd4aa59c45069d5a5fd87341b928f5c3fb3e Mon Sep 17 00:00:00 2001 From: Nuwan Samarasinghe Date: Wed, 26 Feb 2025 10:58:51 +0000 Subject: [PATCH] document update --- tests/e2e/README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e/README.MD b/tests/e2e/README.MD index b981b0fc..d214adc3 100644 --- a/tests/e2e/README.MD +++ b/tests/e2e/README.MD @@ -21,13 +21,13 @@ These are FAB E2E tests written using [Playwright](https://playwright.dev/python extension. ``` - uv run pytest + uv run pytest --e2e ``` - You can optionally add the `headed` switch to see the browser window while the tests run ``` - uv run pytest --headed + uv run pytest --e2e --headed ``` ## Locally - Against dev or test @@ -36,7 +36,7 @@ These are FAB E2E tests written using [Playwright](https://playwright.dev/python use, and run with pytest as normal: ``` - uv run pytest --e2e-env dev --e2e-aws-vault-profile fsd-dev + uv run pytest --e2e --e2e-env dev --e2e-aws-vault-profile fsd-dev ``` In this case, `fsd-dev` is the name of the profile in the aws-vault config file (~/.aws/config):