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

Can use this plugin to add unit test and run the unit tests in the Unreal Engine? #14

Closed ghost closed 2 years ago

ghost commented 3 years ago

This is a great tool!

I understand to use a blueprint is a medium test, and currently Unreal Engine have lots of unit tests like TimespanTest.cpp. The plugin can run such unt tests? And how to add the unt tests via this tool?

janousch commented 2 years ago

Hi, at the moment it is not possible to run unit tests with this plugin. The functional tests cost a lot of time to run and this is why we plan to support unit tests in the future.