Merge pull request #272 from aws-lumberyard-dev/Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting

ATOM-15219: Add the Atom component test to the AutomatedTesting project.
This commit is contained in:
jromnoa
2021-04-23 16:55:26 -07:00
committed by GitHub
7 changed files with 541 additions and 1 deletions
@@ -58,7 +58,7 @@ def launch_and_validate_results(request, test_directory, editor, editor_script,
if auto_test_mode:
editor.args.extend(["--autotest_mode"])
if null_renderer:
editor.args.extend(["-NullRenderer"])
editor.args.extend(["-rhi=null"])
with editor.start():