Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AButler authored and NeilMountford committed May 24, 2023
1 parent 2e7f658 commit 4b47d84
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/BuildingLocally.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ cd sample\CustomerApi
dotnet user-jwts create --name "Bob Bobertson" --role "Customers.Read" --role "Customers.ReadWrite" --role "Customers.Delete" --role "Customers.Create"
```

### Generate token for `.http` files

The `CustomerApi` sample contains a couple of `.http` files that can be used for calling the API during
development. To quickly generate a token and add it to the the `http-client.private.env.json`, just run

```pwsh
.\build\Generate-DevToken.ps1
```

## Integration Tests

The `LogOtter.CosmosDb.ContainerMock.IntegrationTests` project uses Testcontainers to run
Expand All @@ -28,4 +37,4 @@ To fix this issue, ensure you have pulled the `testcontainers/ryuk` container.

```
docker pull testcontainers/ryuk:0.3.4
```
```

0 comments on commit 4b47d84

Please sign in to comment.