iam
iam copied to clipboard
Integration test setup
Create integration test setup which can use our existing unit tests to run end to end testing.
- Create new test annotation which can be used to differentiate the tests which should be only used as UTs (tests using mocks) and Tests which can be used as integration tests
- Create separate test suite to run UTs and end to end integration tests separately