amzn-sean
fbb8727407
Merge branch 'main' into physx_ragdoll_create
5 years ago
AMZN-AlexOteiza
764cd52c26
Fixed whitebox tests using correct imports
...
Fixed whitebox tests using correct imports
Co-authored-by: aljanru <aljanru@amazon.com>
5 years ago
jckand
90f51961c4
Merging main and resolving conflicts
5 years ago
AMZN-AlexOteiza
3f32cc929c
Fixed All Physics automated tests ( #129 )
...
* Fixed all Tests.
* Fixed tests stdout redirection
* Changed return code for failed tests to be 0xF
* Small improvements on automated testing code
* Created Periodic test suite and moved tests
* Made physics main to only have one test for now
* Renamed all tests to have leading AutomatedTesting::
5 years ago
Aaron Ruiz Mora
23dba55c21
Move flaky atom renderer test from main to sandbox test suite
5 years ago
jromnoa
68051490b8
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.
5 years ago
jckand
23c544b501
Removing GPU requirement from Large Worlds tests
5 years ago
jckand
dd00b8a1ad
Merge branch 'main' into jckand/FoundationAuto
5 years ago
evanchia-ly-sdets
d04057d2a6
Merge pull request #285 from aws-lumberyard-dev/minor_readme_update
...
Minor update to readme file for editor python test tools
5 years ago
jckand
10361f0ae4
- LYN-3275: Marking several tests xfail due to Mesh planting issues with nullrenderer
...
- LYN-3273: Marking several tests xfail due to Mesh Blocker issues with nullrenderer
5 years ago
Chris Burel
01c04367e9
Include Meshes in all Actor assets in the AutomatedTesting project ( #182 )
5 years ago
jckand
4c8401ec7a
- Updating imports for LandscapeCanvas tests to new utils location
...
- Enabling Atom Null Renderer for launch_and_validate_results()
5 years ago
jromnoa
91ec9b4f7e
add CMakeLists.txt comment removal (was missed in last commit)
5 years ago
evanchia
bd19a6450f
Minor update to readme file for editor python test tools
5 years ago
jromnoa
811dc9c446
remove unused TestAllComponentsBasicTests class, fix test_case_id markers to be comma separated, lowered CMake timeout to 5 minutes, use existing after_level_load() utility function, remove redundant comments
5 years ago
jckand
b2f0df99a7
- Removing re-merged unneeded tests
...
- Updating imports for Editor tests to new utils location
5 years ago
evanchia
5849575318
removing egg files
5 years ago
jromnoa
f2a2286a2c
remove GPU requirements, clean up test verification
5 years ago
jromnoa
fef8a83d8d
remove unused fbx models from test
5 years ago
jromnoa
32d643fe95
enable NullRenderer for test, clean-up some test verifications
5 years ago
jromnoa
1fed4cd335
Merge branch 'main' into Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting
5 years ago
jromnoa
a9913cc079
remove shadowtest level, swap test to components test instead
5 years ago
jckand
52731b478d
Resolving conflicts with deleted files and main merge
5 years ago
evanchia-ly-sdets
6164e2aa99
Merge pull request #146 from aws-lumberyard-dev/hydra_util_package
...
Moving hydra util files package
5 years ago
cgalvan
5d3774521f
Merge pull request #251 from aws-lumberyard-dev/cgalvan/RemoveSetEditMode
...
[LYN-3160] Removed IEditor::Get/SetEditMode and some additional unused (related) content in the InfoBar.
5 years ago
jckand
8ee6a16567
- Removing another mistakenly re-merged test file
...
- Updating conftest.py to point to new location for saved layouts
5 years ago
AMZN-stankowi
f44f06c9f0
AssImp set to be the default FBX processor ( #78 ) ( #136 )
...
* AssImp set to be the default FBX processor (#78 )
If you encounter issues, reach out to the Helios team with details, and then switch back to FBX SDK locally by changing FBXImporter.h
* Merge pull request #219 from aws-lumberyard-dev/sceneapi_scripting
LYN-3030: Fix to export_chunks_builder.py to match the AssImp node paths
* Hide some automated test folders from the asset processor for automatedtesting. This is necessary because these assets should only be processed when running the test, and not any time AP is launched for this project.
* Putting these test assets back to visible to Asset Processor. These tests need to be updated at some point to handle that, but they won't work with this change for now. Note that until this is addressed, these tests may randomly time out if they're the first tests run on a clean asset processor, and these tests launch AP without using a unique port, so the test can also fail if an Asset Processor executable is hanging open.
Grabbed the change I missed from the 1.0 branch merge, no idea how this got lost.
* Moved from main to periodic. Allen and Fuzzy were already on board, and I think with the potential flakiness in this test, we don't want this in main.
Co-authored-by: jackalbe <23512001+jackalbe@users.noreply.github.com>
5 years ago
evanchia
8c29ebe728
chaging name from Lumberyard to od3e
5 years ago
jckand
9f2386fd09
- LYN-2764: Updating asset in TreeNavigation test
...
- Removing mistakenly re-merged test file
5 years ago
evanchia
e7db0a64d6
Merge branch 'main' into hydra_util_package
5 years ago
Chris Galvan
08bd4ee740
[LYN-3160] Removed IEditor::Get/SetEditMode and some additional unused (related) content in the InfoBar.
5 years ago
jckand
e5a990b05c
LYN-3120: Temporarily disabling reset of view pane layout in editor_test_helper.py teardown. Updating view of planting area for several DynVeg tests that was changed with the addition of the default level entity.
5 years ago
amzn-sean
8f265f2d3b
fixed failing tests
5 years ago
jromnoa
22e9abf6a0
add ShadowTest map with its assets and update the hydra test + test scripts with correct paths
5 years ago
jromnoa
7623d28995
update tool_dependencies.cmake, CMakeLists.txt, hydra script
5 years ago
jromnoa
ed68792eb8
remove all of the AtomTest levels, going to add 1 level instead to conserve storage space
5 years ago
jromnoa
b6e9e3e8b6
Merge branch 'main' into Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting
5 years ago
jromnoa
ab7f40e991
add AtomTest levels, add some updated test configuration options, still need to debug an error with a tool dependency
5 years ago
evanchia
015dc12dc3
Merge branch 'main' into hydra_util_package
5 years ago
Ulugbek Adilbekov
8c3b528905
Re-reenable blast tests ( #160 )
...
Co-authored-by: Ulugbek Adilbekov <ulugbek@amazon.com>
5 years ago
jromnoa
23dec3c10e
Add starting point for Hydra/EPB Atom tests in AutomatedTesting project
5 years ago
evanchia
e79b1b4af1
Moved hydra util package near editor python tests
5 years ago
evanchia
40f4b651ab
Merge branch 'main' into hydra_util_package
5 years ago
evanchia
c1e3e0fe5e
Moving hydra util files into a package
5 years ago
Guthrie Adams
3b4e424d38
Merge pull request #126 from aws-lumberyard-dev/Atom/guthadam/ATOM-13950
...
ATOM-13950 Material Editor: Removing auto select option from lighting and model presets
5 years ago
jackalbe
5c3e5aa7db
removing all to_lower()
5 years ago
jackalbe
387dd1e43a
normalizing Linux path
5 years ago
jackalbe
ce6d9e51ee
Merge branch 'main' into sceneapi_script_regression
5 years ago
guthadam
8fead27c45
ATOM-13950 Material Editor: Removing auto select option from lighting and model presets
...
Remove option from presets
Updated code to select current default options
Will data drive default options with editor settings or settings registry in upcoming tasks
https://jira.agscollab.com/browse/ATOM-13950
5 years ago
jackalbe
3d91b19c19
printing wrong asset ID in message
...
cleaned up comment
5 years ago