DaedalicEntertainment / ue4-test-automation

Facilitates setting up integration test suits with Unreal Engine 4 Gauntlet.
https://www.daedalic.com
MIT License
215 stars 62 forks source link

migrated automation script to dot net core for ue5 #39

Open codemonkey-uk opened 2 years ago

codemonkey-uk commented 2 years ago

Process used for this migration:

Project now loads & builds, creates expected DaedalicTestAutomationPlugin.Automation. alongside EpicGames.Build. etc in (project root)\Binaries\DotNET\AutomationScripts\netcoreapp3.1

This PR targets the 5.0 branch, the change is not backwards compatible with UE4.2, I dont think there is a way to do that without having who versions of the automation in the git repo and having users copy the correct version into their project.

This PR closes issues #38 + #34