Skip to content

Commit

Permalink
document update
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwan-samarasinghe committed Feb 26, 2025
1 parent 94b2387 commit 9cf4fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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):
Expand Down

0 comments on commit 9cf4fd4

Please sign in to comment.