TestSuite_Main_Null_Render_Component_01.py 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. """
  2. Copyright (c) Contributors to the Open 3D Engine Project.
  3. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. SPDX-License-Identifier: Apache-2.0 OR MIT
  5. """
  6. import pytest
  7. from ly_test_tools.o3de.editor_test import EditorBatchedTest, EditorTestSuite
  8. @pytest.mark.parametrize("project", ["AutomatedTesting"])
  9. @pytest.mark.parametrize("launcher_platform", ['windows_editor'])
  10. class TestAutomation(EditorTestSuite):
  11. @pytest.mark.test_case_id("C36525657")
  12. class AtomEditorComponents_BloomAdded(EditorBatchedTest):
  13. from Atom.tests import hydra_AtomEditorComponents_BloomAdded as test_module
  14. class AtomEditorComponents_ChromaticAberrationAdded(EditorBatchedTest):
  15. from Atom.tests import hydra_AtomEditorComponents_ChromaticAberrationAdded as test_module
  16. @pytest.mark.test_case_id("C36553393")
  17. class AtomEditorComponents_CubeMapCaptureAdded(EditorBatchedTest):
  18. from Atom.tests import hydra_AtomEditorComponents_CubeMapCaptureAdded as test_module
  19. @pytest.mark.test_case_id("C32078118")
  20. class AtomEditorComponents_DecalAdded(EditorBatchedTest):
  21. from Atom.tests import hydra_AtomEditorComponents_DecalAdded as test_module
  22. @pytest.mark.test_case_id("C36525658")
  23. class AtomEditorComponents_DeferredFogAdded(EditorBatchedTest):
  24. from Atom.tests import hydra_AtomEditorComponents_DeferredFogAdded as test_module
  25. @pytest.mark.test_case_id("C32078119")
  26. class AtomEditorComponents_DepthOfFieldAdded(EditorBatchedTest):
  27. from Atom.tests import hydra_AtomEditorComponents_DepthOfFieldAdded as test_module
  28. @pytest.mark.test_case_id("C36525659")
  29. class AtomEditorComponents_DiffuseProbeGridAdded(EditorBatchedTest):
  30. from Atom.tests import hydra_AtomEditorComponents_DiffuseProbeGridAdded as test_module
  31. @pytest.mark.test_case_id("C32078120")
  32. class AtomEditorComponents_DirectionalLightAdded(EditorBatchedTest):
  33. from Atom.tests import hydra_AtomEditorComponents_DirectionalLightAdded as test_module
  34. @pytest.mark.test_case_id("C36525661")
  35. class AtomEditorComponents_EntityReferenceAdded(EditorBatchedTest):
  36. from Atom.tests import hydra_AtomEditorComponents_EntityReferenceAdded as test_module
  37. @pytest.mark.test_case_id("C32078121")
  38. class AtomEditorComponents_ExposureControlAdded(EditorBatchedTest):
  39. from Atom.tests import hydra_AtomEditorComponents_ExposureControlAdded as test_module