Skip to content

Commit

Permalink
CCM-7248: fix minor formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansell1 committed Nov 15, 2024
1 parent b91fa26 commit a305c6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ copy and rename `.env.template` to `.env`

#### USE_LOCAL_AUTH

```
```bash
true/false
```

Expand Down Expand Up @@ -106,9 +106,11 @@ When `true` a new Cognito instance will be created within the Amplify sandbox. Y
npm run test:unit
```
### Playwright sutomated tests
### Playwright automated tests
You'll need to ensure you have an authenticated terminal to `nhs-notify-iam-dev` AWS account. Then run:

```bash
cd /tests/test-team/
npm run test:e2e-local
npm run test:component
```
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Syft
Terraform
toolchain
Trufflehog
Cognito
2 changes: 1 addition & 1 deletion tests/test-team/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"@aws-sdk/client-cognito-identity-provider": "^3.691.0",
"generate-password": "^1.7.1"
}
}
}

0 comments on commit a305c6c

Please sign in to comment.