Historie revizí

Autor SHA1 Zpráva Datum
  gadams3 0b49c0e9ad Reenable basic material canvas tests před 3 roky
  jiaweig c61b0e79f0 Replace the python image comparison method with the one in c++ (#12899) před 3 roky
  NULL a68074796e merges all Atom Tools automated tests into one AtomToolsTestSuite. Individual executables can be targeted using the atom_tools_executable_name attribute value on the AtomToolsTestSuite (i.e. to target MaterialEditor you would put atom_tools_executable_name = MaterialEditor inside your test class on the class object inheriting from AtomToolsTestSuite. The MaterialCanvas tests are not returning zero exit codes for success so they have been marked skipped until the issue can be resolved (see GHI #12152 for more info on https://github.com/o3de/o3de/issues/12152). All unit tests updated, all tests that this code touches updated, and re-ran them all (they pass except for MaterialCanvas). před 3 roky
  NULL 33bde00d63 address PR concerns: clarify atom tools executables not just any, add type hints, clarify function names, next update will include flattening the new launchers into 1 Atom tools launcher instead on the LyTestTools side před 3 roky
  NULL 7a1be5e055 updates the PR to use a shared AtomToolsTestSuite class and changes how the executable is chosen before launching a test před 3 roky
  moraaar 727876d0a9 Skipped screenshot gpu tests currently failing. (#11717) před 3 roky
  Kadino 60ecb2eecc Remove boilerplate args from multitest framework (#11633) před 3 roky
  NULL 4f85371127 Remove editor fixture call from single tests, the editor is now launched based on the type of test class rather than a fixture, i.e. EditorSingleTest will create an editor launcher, but MaterialEditorsingleTest will create a MaterialEditor launcher. Without removing the editor fixture we get a parameter error since its not needed and not used by the receiving setup(), wrap_run(), and teardown() function signatures any more. před 3 roky
  NULL 3919a87164 merging in latest development, fixed merged conflict in AutomatedTesting/Gem/PythonTests/Atom/TestSuite_Main_GPU.py před 3 roky
  Scott Murray 707dad1911 Adding a GPU periodic HDR Color Grading generate LUT test před 3 roky
  jromnoa f4c1bb02d0 Add MaterialEditor support code on top of working Editor code using the same shared classes (AbstractTestSuite, AbstractTestBase, AbstractTestClass, and Result). Also re-added the MaterialEditor tests with CMakeLists.txt registration. Next step is to make sure all of the tests pass with these changes (including unit tests) then open a PR. I will write documentation of how all of this works once the PR is open. před 3 roky
  Sean Sweeney 06744ee043 reduce atom test duration, fix comments (#8779) před 3 roky
  chiyenteng 20a316d85d Convert Physics automated tests in Sandbox/Utils suites to use prefab system (#7974) před 4 roky
  jromnoa 967e620231 enable the prefab system instead of slices for tests před 4 roky
  jromnoa 19ccd59268 remove unused import před 4 roky
  jromnoa 79e32ce4e5 moving benchmark tests into their own file to prevent timeout failures of other tests potentially stopping the benchmarks před 4 roky
  Scott Murray 9335ce7ba9 removing pytest marks and debugging prints před 4 roky
  Scott Murray b340877f7c updating tests for screenshot using editor_test.py před 4 roky
  jromnoa ddd8dc6568 remove the optimized GPU test file and replace the existing GPU test file with the optimized tests, update atom_constants.py for the new Light component properties, add area light test script, still need to add spot light test script to fully finish this task před 4 roky
  jromnoa 4be8975e3e Merge branch 'development' into Atom/jromnoa/add-remaining-gpu-tests-to-optimized-classes před 4 roky
  chiyenteng ab76254b43 Make prefab system enabled as default for automated tests (#5670) před 4 roky
  jromnoa e89ec94c38 update CMakeLists.txt in preparation for removing the TestSuite_Main_GPU_Optimized file, add compare_screenshot_to_golden_image function, add hydra_AtomGPU_LightComponentScreenshotsMatch.py hydra script před 4 roky
  jromnoa a8efd5da95 add the correct paths for Light component test and use the 'Base' level instead of 'auto_test' level to resolve remaining issues with screenshot angles před 4 roky
  jromnoa 6d62dbba76 fixes the basic level GPU test screenshot comparison failure před 4 roky
  jromnoa 94f54e8586 re-add the 'Captured data successfully.' log line to test_AtomFeatureIntegrationBenchmark() test, removed on accident před 4 roky
  jromnoa 3fc32675fd removes general.log() checks for pass/fail status as these do not appear in AR and only appear locally před 4 roky
  jromnoa 922a991443 change expected_lines to something that appears in both AR + locally (#4680) před 4 roky
  jromnoa 150060441e Re-add pytest.mark.test_case_id markers (#4621) před 4 roky
  jromnoa d3f6898ad6 Fixes test_MaterialEditorLaunch_AllRHIOptionsSucceed() test by searching for RHI log lines (#4511) před 4 roky
  jromnoa 46ad2f684b fixes the configurtion typo to be configuration instead and increases the test timeout to 60 sec from 30 sec před 4 roky