Integration testing multiple Databases for same Tests #5436
Unanswered
TheMatrixPill
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Project wich should support two Databases using Ef core.
Is it possible to run the same Tests for different Databases?
I am currently using the
ClassDataSource<T>(Shared = PerTestSession)Attribute to provide an TestContianer Database to the Baseclass of the tests.Is there a way to run the tests also with a different Db (parallel or not, trying to use the Attribute a second time does not work.
Beta Was this translation helpful? Give feedback.
All reactions