Re-add pytest.mark.test_case_id markers (#4621)
* add some test case id markers Signed-off-by: jromnoa <jromnoa@amazon.com> * re-added pytest.mark.test_case_id markers for test cases Signed-off-by: jromnoa <jromnoa@amazon.com> * re-add directional light log lines that were missing and re-add directional light test case id Signed-off-by: jromnoa <jromnoa@amazon.com>
This commit is contained in:
@@ -23,6 +23,7 @@ class TestAutomation(EditorTestSuite):
|
||||
# Remove -autotest_mode from global_extra_cmdline_args since we need rendering for these tests.
|
||||
global_extra_cmdline_args = ["-BatchMode"] # Default is ["-BatchMode", "-autotest_mode"]
|
||||
|
||||
@pytest.mark.test_case_id("C34603773")
|
||||
class AtomGPU_BasicLevelSetup_SetsUpLevel(EditorSharedTest):
|
||||
use_null_renderer = False # Default is True
|
||||
screenshot_name = "AtomBasicLevelSetup.ppm"
|
||||
|
||||
Reference in New Issue
Block a user