bitwarden-server/test/Events.IntegrationTest
Oscar Hinton d7d90e7f3e
[PM-21079] Add support to integration tests for using sqlserver (#5823)
Adds a SqlServerApiApplicationFactory which allows you to run api tests using SqlServer. Currently a new database is create and destroyed for each test. In the future we'd like a more optimized way to do this.

The database logic is abstracted away in a ITestDatabase interface which handles the configuration, migration and teardown.
2025-06-02 11:06:16 +02:00
..
Controllers Scaffold Events Integration Tests (#5355) 2025-01-31 11:08:07 -05:00
Events.IntegrationTest.csproj Relax nullable in test projects (#5379) 2025-02-06 17:07:43 -05:00
EventsApplicationFactory.cs [PM-21079] Add support to integration tests for using sqlserver (#5823) 2025-06-02 11:06:16 +02:00
GlobalUsings.cs Scaffold Events Integration Tests (#5355) 2025-01-31 11:08:07 -05:00