Replies: 1 comment
-
|
Tracked in issue #820. Following progress there. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
As mentioned here I think an auto exposing feature would be nice. I already have implemented such a feature but its adapted to our needs. Also its quite new and we havent used it much. For others: Use carefully (or not at all if you dont know what this is doing or why you might need it).
Usage:
Yes with this we come really close to an integration test. But in our test setup we only test integration of modules and just the results. We dont have integration tests for services, resolvers, controllers, repositories, ... Our integration tests can be seen as a lightweight e2e test for a module testing only that module isolated. Tests always call resolver/controller function.
Beta Was this translation helpful? Give feedback.
All reactions