Skip to content

Instantly share code, notes, and snippets.

@cellfusion
Created April 26, 2016 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellfusion/ae6c210067705000959d7ef423d36771 to your computer and use it in GitHub Desktop.
Save cellfusion/ae6c210067705000959d7ef423d36771 to your computer and use it in GitHub Desktop.
UE4でコマンドラインからテスト実行
"PATH\UE4Editor-Cmd.exe" "PATH\[PROJECT_NAME].uproject" -ExecCmds="Automation RunTests [TEST NAME]" -unattended -nopause -testexit="Automation Test Queue Empty" -log -game
@cellfusion
Copy link
Author

すべてのテストを実行したい場合は Automation RunAll

@cellfusion
Copy link
Author

テスト実行時にデフォルトのゲームマップが読み込まれるので、テスト用のマップを読み込むようにするのが良いかも

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment