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

Could not resolve white space in test path #43

Open drpsyko101 opened 1 year ago

drpsyko101 commented 1 year ago

Description

The test failed to run in a project that has white space in its path.

Steps to reproduce

  1. Create a project in a directory that has any white space
  2. Install plugin as decribed in the README
  3. Open TestAlwaysSucceed level and save as local Content map with a new name
  4. Include the map in Daedalic Test Automation Plugin settings
  5. Run test from Session Frontend > Automation

Expected result

All test succeded with no warning/error.

Actual result

Test worker is running, but produced an error output.

LogAutomationTest: Error: Test C:/Users/User/Documents/Unreal Projects/TestAutomation/Content/TestMap/SomeTestMap.umap does not exist and could not be run.