lagom-samples
lagom-samples copied to clipboard
Dev Mode tests
Currently, the gRPC example projects don't run in dev mode due to https://github.com/lagom/lagom/issues/1857.
It would be nice if we could catch this in CI. I'm opening this issue to start a discussion with the team about how we might be able to do this, and whether it would be worthwhile. I guess we'd need to add scripted tests, which could inflate the build times a lot. Maybe as a nightly job?
We'd want the scripted tests to roughly mirror the instructions we provide in the read-me files for each example. Otherwise, we would need to manually run through the instructions for QA on any significant change.
IMHO, this issue surfaces in lagom/lagom-samples but it should be caught in either lagom/lagom or playframework/play-grpc .
For the specific gRPC/Akka Discovery problem, I agree, but the reason I raised this issue separately is because some kind of testing of the user experience of the samples would be good to have in general.