Project Template for TDD and CI

Hi, I’m kind of new here and I would like to share with you a Project Template to use with Test-Driven Development and Continuous Integration via Jenkins on Windows. I think that it’ll be easy for anyone to port it to Linux too if they want to.

I wanted to make it simple so anyone could use it and improve over it as they wish. Also, I wanted to share it to save others from some headaches.

I just simply read what others have done and adapted it to my needs

I uploaded the repository to GitHub: GitHub - Floating-Island/UE4-TDD-CI_Testing: Project Template to use on TDD and CI with Unreal Engine 4.

If you have any questions or feedback, let me know.
​​​

Happy Coding!

Alberto Mikulan

Hi, I added some tests to the repository that help a lot with TDD.

These are simulation tests used to check behaviour of objects inside a SIE world.

One of them tests acceleration of a pawn (using AddForce), an issue that I solved here after several tries.

Another test simulates a key press that has an action mapping bound to it, which triggers an action in the pawn.

I hope you like it!
If you have questions, let me know. :wink:

Have a nice weekend,

Alberto Mikulan