Test Postgres database definition

This commit is contained in:
Boris Milašinović
2026-04-29 16:36:13 +02:00
parent b849c6feb6
commit 8f7c704a90
13 changed files with 2340 additions and 10 deletions

View File

@@ -39,5 +39,5 @@ dotnet test Events-MVC\Tests\Events.Tests.UITests\Events.Tests.UITests.csproj --
## Notes
- The UI test harness starts the MVC application automatically
- UI tests connect the MVC application to the selected provider's test database from `ConnectionStrings:EventDB-Test`
- UI tests connect the MVC application to the PostgreSQL test database on port `5433` from `ConnectionStrings:EventsPostgres-Test`
- The browser is currently configured in headless mode