Skip to content

Commit

Permalink
Update docs/contributing/testing/database/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Rittson <[email protected]>
  • Loading branch information
addisonbeck and eliykat authored Jan 22, 2025
1 parent 9d94676 commit e51bb99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/contributing/testing/database/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Database Integration Testing

Since Bitwarden has multiple database options, testing them all automatically is incredibly
important so that we don't have to have a full QA process for each database type. This is where the
`Infrastructure.IntegrationTest` project comes in, allowing the setup of tests similarly to how the
databases are consumed in the applications through their common interfaces, generally an
`I*Repository`. These tests are automatically executed on all supported databases in our testing
pipeline.
Since Bitwarden has multiple database options, automated testing is extremely important to avoid time-consuming manual testing for each database type. The `Infrastructure.IntegrationTest` project allows you to write tests that are automatically executed on all supported databases in our testing pipeline.

## Creating a new test

Expand Down

0 comments on commit e51bb99

Please sign in to comment.