testing - How to functionally test dependent Grails applications -
i working on distributed system consisting of 2 grails apps (3.x), let's call them , b, depends on b. functional tests wondering: how can automatically start b when running test suite of a? thinking junit rules, not find docs on how programmatically start/manage grails apps.
as side note, nice , clean ide integration not want launch b part of build test phase, part of test suite setup.
a couple of months later , more in topic of microservices suggest not consider system tests candidates 1 single project - while still keep unit- , service-level tests (i.e. api testing mocked collaborators) in 1 project affected service, spin system landscape via gradle , docker , run end-to-end test suite in form of ui tests.
Comments
Post a Comment