Could you please recommend a good way to re-use feature tests in system tests? Maybe some examples would be helpful. Or just a general concept is fine. Do you swap out EmbededServer with real server? Or do you write system test that extends FeatureTest? At the moment, I can't find a good way rather than copy and paste the FeatureTest code to system test.
It was mentioned in the documentation, but no concrete example
It’s worth noting that we sometimes re-use these tests for regression testing in larger “System Tests” that run post-release on live services.
https://twitter.github.io/finatra/user-guide/testing/