adding editor integ tests to AR

Signed-off-by: evanchia <evanchia@amazon.com>
This commit is contained in:
evanchia
2021-10-19 15:51:44 -07:00
parent 62a5aa1874
commit 64a20c45b5
5 changed files with 315 additions and 2 deletions
@@ -51,7 +51,7 @@ def create_editor(workspace, launcher_platform=ly_test_tools.HOST_OS_EDITOR, arg
Editor is only officially supported on the Windows Platform.
:param workspace: lumberyard workspace to use
:param launcher_platform: the platform to target for a launcher (i.e. 'windows_dedicated' for DedicatedWinLauncher)
:param launcher_platform: the platform to target for a launcher (i.e. 'windows_dedicated' for DedicatedWinLauncher)
:param args: List of arguments to pass to the launcher's 'args' argument during construction
:return: Editor instance
"""