ContextMapper / context-mapper-standalone-example

Standalone Example Project using the Context Mapper DSL as Library
https://contextmapper.org/
Apache License 2.0
22 stars 10 forks source link

Refactor Examples as Tests to execute in the CI pipeline. #8

Open jabrena opened 2 years ago

jabrena commented 2 years ago

Hi,

reviewing the examples from this repo, maybe it could be more interesting to refactor the examples as a test in order to run on CI pipeline with Github Actions.

https://github.com/ContextMapper/context-mapper-standalone-example/tree/master/src/main/java/org/contextmapper/standalone/example

Currently, it is necessary to execute manually.

Example about this approach: https://github.com/jabrena/101-ddd/tree/main/context-mapper/src/test/java/org/contextmapper/standalone/example

Note: If you like the approach, I could send a PR.

Cheers

Juan Antonio

stefan-ka commented 2 years ago

Hi @jabrena

I'm very sorry for the late response! I was really busy the last months and did not find much time for the open source activities :)

You are absolutely right! If you could create a PR that would be really great :)

Thanks and best regards! Stefan

jabrena commented 2 years ago

Hi @stefan-ka ,

no problem, I will try to get few hours to send you a PR in coming weeks. :)