Skip to content

Commit

Permalink
Link testing doc pages on testing projections
Browse files Browse the repository at this point in the history
  • Loading branch information
erdtsieck authored and jeremydmiller committed Oct 31, 2024
1 parent 119a461 commit d9c28fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/testing/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,9 @@ Furthermore it could be beneficial to disable all external wolverine transports
services.DisableAllExternalWolverineTransports();
```

## Testing Event Projections
## Testing Projections

// TODO

There is still some discussion on how to leverage this: [Add testing helpers for async projections #2624](https://github.com/JasperFx/marten/issues/2624).
Testing all types of projections (live, inline, async) is explained here: [Testing Projections](/events/projections/testing).

## Additional Tips

Expand Down
12 changes: 12 additions & 0 deletions src/AspNetODataWithMarten/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"profiles": {
"AspNetODataWithMarten": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:50727;http://localhost:50728"
}
}
}

0 comments on commit d9c28fa

Please sign in to comment.