clujames
60da667e8b
Merge branch 'main' into LYN-3969
5 years ago
Junbo Liang
4070a9ec30
[LYN-2243] Create end-to-end automation tests for the metrics gem ( #23 )
...
[LYN-2243] Create end-to-end automation tests for the metrics gem
5 years ago
zsolleci
853cf291be
Merge pull request #959 from aws-lumberyard-dev/LY-123713
...
Ly 123713
5 years ago
Fuzzy Carter
ed55158b35
Helios spec-6686 decouple tests ( #978 )
...
* * Remove test repository references
* * Update asset_builder_tests.py docstring to include test steps
* * Update test docstrings in asset_bundler_batch_tests.py to include test
steps
* * Update asset_processor_batch_dependency_tests.py docstrings to contain
test steps
* * Update asset_processor_batch_dependency_tests2.py docstrings to have
test steps
* * Update asset_processor_batch_tests.py docstring to include test steps
* * Update asset_processor_batch_tests_2.py docstrings to include test
steps
* Removed a references to a JIRA ticket ID
* * Update asset_processor_guit_tests.py docstrings to include test steps
* * Update asset_processor_gui_tests_2.py docstrings to have Test Steps
* * Update asset_relocator_tests.py docstrings to include test steps
* * update missing_dependency_tests.py docstrings to have test steps
* * Update auxiliary_content_tests.py docstrings to have test steps
* * Update fbx_tests.py docstrings to have test steps.
* * Update bank_info_parser_tests.py docstrings to have test steps
* * Removed Jira issue ids from Asset Pipline owned code
* * Undid two errornous code changes.
* * Addressed dbbronso PR-978 feedback.
* Steps declared and not populated. 1 - Removed errornous. 2 - Added missing step
* Fixed line formatting by removing bad blank line in Docstring
* Addressed PR-978 feedback from AMZN-stankowi
* Removed commented out entry from cmakefile
* Fixed several casing and spelling/typo issues caught in review
* Added a missing test step in asset_bundler_batch_tests.py
* Removed a test dealing with external projects, cut LYN-4116 to replace
* Calarfied test steps in asset_processor_gui_tests.py
* Noted test in asset_processor_gui_tests that cannot be ran manually
* Clarified test steps for fbx_tests
* Added in a comment and whitespace to a disguised operation.
Co-authored-by: stankowi <stankowi@amazon.com>
5 years ago
clujames
17024d6cf4
Updating according to feedback
5 years ago
clujames
50c6c9b1c6
Added an optional variable to the cdk deploy function to allow additional flags and arguments.
5 years ago
evanchia-ly-sdets
3fb2e60291
Merge pull request #1034 from aws-lumberyard-dev/moving_smoke_tests
...
moving intermittently failing smoke tests to sandbox suite
5 years ago
Aaron Ruiz Mora
00e860f326
Physics material system for spectra launch
...
- Invalidate 'Physics Materials From Mesh' boolean from collider component
- Removed material library from material selector. Default material library will always be used instead.
- Marking failing automated test as xfail
- Added default material to physics configuration.
- Moved material library asset from physx configuration to physics configuration, as it doesn't need to be physx specific.
- Refactor physics material system having into account that there is only one material library in the project.
- Renaming code from DefaultMaterialLibrary to MaterialLibrary.
- All queries about physics materials unified under PhysicsMaterialRequests bus.
- PhysXSystem only manages the material library asset.
- Saving and reloading the same physics material asset with different content didn't trigger a events that the material library has changed.
- Changing Physics Material Request interface to use shared_ptr instead of weak_ptr to be simpler to handle the returned materials and having a more consistent code.
- Refactored Material Manager to improve its implementation. Still following the same approach of "creating materials on the fly as they are requested", but now it's doing it consistently across the interface, with private helpers functions FindOrCreateMaterial that simplify vastly the implementation.
- Material Manager now listens to change event of material library asset and default material configuration so it updates its materials accordingly.
- Complete Material move constructor and operator.
5 years ago
evanchia
cd9d21dbb0
fixing error with suite tag
5 years ago
evanchia
4ff120ac73
Only moving the failing test via pytest marks
5 years ago
sharmajs-amzn
19dc993331
{SPEC-6465} DeltaCatalog.xml does not contain value ( #935 )
...
* fixes for Asset Bundler Periodic test
5 years ago
evanchia
2cfbdb2cc9
moving intermittently failing smoke tests to sandbox suite
5 years ago
balibhan
5e13c79bc6
Merge branch 'main' into sc_automation_balibhan3
5 years ago
jckand-amzn
036eb4a269
Merge branch 'main' into jckand/FoundationAutoDecoupling
5 years ago
AMZN-stankowi
56942d0f68
Fixed periodic failing test. Updated for new combined meshes, plus added some additional debug printing on failures. ( #954 )
5 years ago
jckand-amzn
0c686dfb49
Merge branch 'main' into jckand/FoundationAutoDecoupling
5 years ago
Terry Michaels
9b1be43367
Renamed osx_gl to mac and es3 to android for cache folders ( #949 )
5 years ago
jckand-amzn
5fa67c23db
SPEC-6685: Adding/updating more test summaries for TestRail decoupling effort
5 years ago
jckand-amzn
b72cb2c601
SPEC-6685: Updating/adding test summaries for TestRail decoupling effort
5 years ago
jckand-amzn
1ebfa86f87
Added missing indent to test registry in CMakeLists.txt
5 years ago
zsolleci
8a119f2b18
fixed error in test steps description
5 years ago
zsolleci
ada73c2834
T92567323 & T92569017 completed, suite updated
5 years ago
jckand-amzn
1fb8dd7dcd
SPEC-7008: Moving failing Editor tests to Sandbox suite for investigation
5 years ago
balibhan
76c23cda6a
Add all datatype parameters script
5 years ago
jckand-amzn
f2cb116240
Updating path to tests for LandscapeCanvasTests_main
5 years ago
jckand-amzn
05a99947e4
Merge branch 'main' into jckand/FoundationAuto
5 years ago
amzn-hdoke
a1514eb0b5
AWSI Gems Automation Update Jenkins configuration (Windows Only) ( #923 )
...
AWS Automation test fixes to run on AR.
* Enable AWS automation tests
* Testing by making test part of main suite
* Fix tests target path
* Adding __init__.py for CLI to work
* Revert "Merge pull request #868 from aws-lumberyard-dev/LYN-3974"
This reverts commit 7c2051ae54 , reversing
changes made to d8bd6ef407 .
* Using absolute path in resource mappings
* Rexporting client auth automation tests level
* Adding null renderer param to AWS automation tests launchers
* Adding rhi null flag to run null renderer
* Remove extra hyphen from rhi param
* Updating rhi param
* Adding rhi param to launcher
* Fix rhi param and reexport client auth levels
* Disable AWS automation tests and remove client auth levels'
5 years ago
jckand-amzn
48ef8747ef
Re-enabling main suite for Dynamic Vegetation and Landscape Canvas suites
5 years ago
jckand-amzn
25f22d67ff
Merge branch 'main' into jckand/FoundationAuto
5 years ago
jromnoa
72d394dfca
Revert "merging latest main"
...
This reverts commit 2c6c639ede .
5 years ago
jromnoa
47df212ecd
Revert "revert accidental docstring change"
...
This reverts commit bdedf419b4 .
5 years ago
jromnoa
bdedf419b4
revert accidental docstring change
5 years ago
jromnoa
2c6c639ede
merging latest main
5 years ago
jromnoa
bae370750b
Merge branch 'main' into Atom/jromnoa/SPEC-6689-remove-testrail-info-from-tests
5 years ago
balibhan
8d7a1130d0
Merge pull request #893 from aws-lumberyard-dev/sc_automation_balibhan2
...
Add/Remove Methods from scriptevents
5 years ago
jromnoa
e57e1b3ba2
remove testrail info from tests
5 years ago
jckand-amzn
0caec71562
Re-enabling Foundation tests in main
5 years ago
cgalvan
006219512e
Merge pull request #896 from aws-lumberyard-dev/cgalvan/FixAddInvalidComponent
...
[SPEC-6561] Prevent Editor crash when using the hydra_editor_utils to create an Entity with an invalid component.
5 years ago
jromnoa
be9172b12c
Merge pull request #854 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6957-fix-atom-renderer-test-timeout-issue
...
SPEC-6957: Attempting to fix the atom tests that only fail in AR but pass 100% of the time locally.
5 years ago
Chris Galvan
860f13c0ff
[SPEC-6561] Prevent Editor crash when using the hydra_editor_utils to create an Entity with an invalid component.
5 years ago
balibhan
d615441bbf
updated summary
5 years ago
balibhan
f8d320e79a
updated with new line
5 years ago
balibhan
41b2f0d522
Merge branch 'main' into sc_automation_balibhan2
5 years ago
balibhan
265e57cd07
Add remove method Asset Editor
5 years ago
jckand-amzn
434fef4b8f
Adding missing copyright header to test file
5 years ago
jckand-amzn
053247931b
LYN-3769: Adding a basic Editor workflow automated test
5 years ago
sharmajs-amzn
44ec0211a0
fixes for missing dependency test ( #850 )
5 years ago
dhrudesh
0b24159cf3
Disabling AWS automation tests
5 years ago
jromnoa
fbb5565fb5
removes hydra idle_wait() calls in an attempt to fix the timeout issue
5 years ago
amzn-hdoke
525840fb2a
Adding password 1 factor sign in ( #830 )
...
AWS automation test
5 years ago
AMZN-AlexOteiza
8c35347cfb
Fixed build timeout failures. Added xfail and made pytest timeout to be smaller so CMake doesnt make it to timeout and python does it instead
...
Co-authored-by: Garcia Ruiz <aljanru@amazon.co.uk>
5 years ago
hershey5045
69df673511
Fix lua reflection error on AutomatedTesting project. ( #835 )
...
Fix lua reflection error on AutomatedTesting project.
5 years ago
jckand-amzn
1a0bf32f42
Merge pull request #829 from aws-lumberyard-dev/jckand/FoundationAuto
...
SPEC-6949: Updating menu actions for failing Menu tests
5 years ago
jromnoa
6cdb746859
Merge pull request #818 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6849-intermittent-test-failure-fix
...
SPEC-6849: Intermittent test failure fix for test_AtomEditorComponents_AddedToEntity()
5 years ago
jckand-amzn
6be126ec36
SPEC-6949: Updating menu actions for failing Menu tests
5 years ago
amzn-hdoke
659998cd26
AWSI Gems CDK Automation fixtures ( #707 )
...
* Adding AWS automation tests cdk and resource mapping fixtures
* Add aws_utils fixture
* Update assume role arn
* Get region and account id from aws_utils fixture
* Adding NodeJS and AWS CDK as install dependencies
* Fixing missing copyright headers
* Add missing copyright header
* Remove cdk and node install from build folder
* Remove unused script canvas file
* Uncomment code, remove unused script canvas
* Add region to aws_utils fixture
* Adding AWS gems to automated testing for all platforms
* Re-exporting ClientAuth level
* Add PythonTests/AWS CMakeLists.txt
5 years ago
balibhan
b82fa2a7dc
Merge branch 'main' into sc_automation_balibhan
5 years ago
jromnoa
c28102f46e
Merge branch 'main' into Atom/jromnoa/SPEC-6849-intermittent-test-failure-fix
5 years ago
jromnoa
0dd6d81985
small accidental typo fix
5 years ago
jromnoa
6f22cfd20b
fix timeout values for general.idle_wait() and add Trace::Assert check with Trace::Error check, remove the 'failed to open' check (not needed)
5 years ago
jromnoa
c3fe375e8f
add some extra general.idle_wait() and general.idle_wait_frames() calls to increase test stability to stop race condition / intermittent failure in test
5 years ago
AMZN-AlexOteiza
906780a01f
Reorganized PythonTests CMakeLists ( #716 )
...
Reorganized Python Tests CMakeLists.txt
Co-authored-by: Garcia Ruiz <aljanru@amazon.co.uk>
5 years ago
balibhan
01ab0c7cd1
Merge branch 'main' into sc_automation_balibhan
5 years ago
Tom Hulton-Harrop
c4fa373e43
Temporarily ignore failing test to get main to go green ( #795 )
...
* keep test_CLITool_AssetBuilder_Works running but ignore failure for now
5 years ago
balibhan
6dd1985e2d
removed unused import
5 years ago
Sean Sweeney
aa193d9943
Merge pull request #570 from aws-lumberyard-dev/smoke_migration_branch
...
smoke test cases migration
5 years ago
darapan
0d3a4b5ca3
"Removing Extra Line"
5 years ago
darapan
7a0d610ab4
"Fixing review comments"
5 years ago
balibhan
d12cf2b6e1
Pane properties test script
5 years ago
darapan
14b2b7dfdb
"Fixing review comments"
5 years ago
zsolleci
55ec82be8f
Merge pull request #613 from aws-lumberyard-dev/SPEC-6690
...
Spec 6690
5 years ago
catdo
7633ec9a83
removed spacings in CMakeList and removed the tags.txt file in the prefab level
5 years ago
zsolleci
ef775da89c
merging latest pull
5 years ago
catdo
a19599d96b
Merge branch 'main' into Prefab/Automation/Tests
5 years ago
zsolleci
50ba6bba56
Merge pull request #702 from aws-lumberyard-dev/LY-123750
...
T92563569 completed and suite updated
5 years ago
catdo
2787e5053d
addressed some nits and added comments
5 years ago
zsolleci
b5d7ae829a
addressed internal review feedback
5 years ago
zsolleci
13864c5a6b
resolving merge conflicts
5 years ago
catdo
a2a315a6cd
Fixed all nits and took out the general module and its usage
5 years ago
zsolleci
4d8ed6c0cb
T92563569 completed and suite updated
5 years ago
darapan
f7641f3d38
"Changing TIMEOUT in cmakelist.txt"
5 years ago
jckand-amzn
9d244b6e2b
Removing test dependency from EditorTests
5 years ago
darapan
780e761a79
Merge branch 'main' into smoke_migration_branch
5 years ago
jckand-amzn
7d8155e46b
Merge branch 'main' into jckand/FoundationAuto
5 years ago
darapan
006f4d2e82
"Adding Ap Test"
5 years ago
darapan
d48df87bda
"Updating Cmake"
5 years ago
darapan
dbe16c6a16
"fixing review comments"
5 years ago
darapan
95cf095ee1
Merge branch 'main' into smoke_migration_branch
5 years ago
darapan
805f447d41
"Resolving merge conflicts"
5 years ago
darapan
ffd2187722
Merge branch 'main' into script_canvas
5 years ago
darapan
a82d22a718
"Resolving merge conflicts"
5 years ago
darapan
f21d3da9ee
"Fixing review Comments"
5 years ago
balibhan
f8fe5eebfa
merge from main
5 years ago
balibhan
4fa8e8cf2e
Merge branch 'main' into sc_automation_del_searchtext
5 years ago
Terry Michaels
8ddfcabae7
Removed unneeded comments ( #673 )
5 years ago
catdo
20edf3aa5a
Merge branch 'main' into Prefab/Automation/Tests
5 years ago
catdo
333fe5232c
added prefab to cmakelists
5 years ago
catdo
b5d54450d8
added prefabnautomated test
5 years ago
jckand-amzn
a2cadb1d40
Restructuring DistanceBetweenFilter tests to allow for further debugging
5 years ago
jckand-amzn
a768c28b31
Adding Qtest as a dependency of Editor automated tests
5 years ago
jromnoa
e0e2600b62
increase test timeout so the nightly debug jobs can pass (profile passes without issue)
5 years ago
zsolleci
2319437627
changed file name per review feedback
5 years ago
jckand-amzn
debff9b05e
Merge branch 'main' into jckand/FoundationAuto
5 years ago
zsolleci
962371979e
Merge branch 'main' into LY-123620
5 years ago
darapan
8f7d144b35
Merge branch 'main' into script_canvas
5 years ago
anugshya
727bedf18d
Merge pull request #599 from aws-lumberyard-dev/anugshya_T92569006
...
[ScriptCanvas_Automation]_ScriptEvents_ReturnSetTypeSuccessfully
5 years ago
jromnoa
918ec71091
Merge pull request #623 from aws-lumberyard-dev/jromnoa_atom_renderer_test_fix
...
LYN-3466: Fix for AutomatedTesting::AtomRenderer_HydraTests_Main
5 years ago
jckand-amzn
85a25d3bc1
- Removing Debugger refreshes from DistanceBetweenFilter tests
5 years ago
zsolleci
be0f69d081
updated files to fit name convention
5 years ago
anugshya
570f7a65ca
Fixed review comments
5 years ago
anugshya
63728dbc6e
Updated code as per standards
5 years ago
amzn-sean
cb5cedd7fe
Merge pull request #639 from aws-lumberyard-dev/physx_fixpytests
...
fixing physics periodic automation tests that fail
5 years ago
Aaron Ruiz Mora
0c7be7ceff
Reenable NvCloth atom automated tests in AutomatedTesting project
...
- Added NvCloth gem to AutomatedTesting project.
- Fixed cloth test levels using atom components.
- Updated and enabled cloth tests. They are marked as xfail for now until they properly work with atom null renderer.
- Fixed crash when runnnig editor with null renderer on a level with Actor component.
- Improved chicken asset and slice used in NvCloth gem.
5 years ago
amzn-sean
15787293bf
fixing physics pytests that fail
5 years ago
balibhan
132ee9d852
Node palette search box text deletion
5 years ago
darapan
8902445976
Merge branch 'main' into smoke_migration_branch
5 years ago
darapan
786cd9fcb7
""
5 years ago
darapan
972f4b3c28
"Following rules in SPEC-6690"
5 years ago
jromnoa
401d16b61d
Revert "fix bug in LYN-3466 for atom_renderer tests"
...
This reverts commit e23d2ca7aa .
5 years ago
jromnoa
e255090db6
Merge branch 'main' into jromnoa_atom_renderer_test_fix
5 years ago
jromnoa
04c99d8717
typo fix for test classes
5 years ago
jromnoa
e23d2ca7aa
fix bug in LYN-3466 for atom_renderer tests
5 years ago
jckand-amzn
1a90528e6c
Marking AssetPicker test as xfail due to ATOM-15493
5 years ago
zsolleci
076371b026
Removed references to JIRA/TestRail; fixed typos and formatting mistakes
5 years ago
zsolleci
d7f33cb3e0
resolving merge conflicts
5 years ago
anugshya
8704383f0e
fixed review comments
5 years ago
hnusrath
785e22541a
Merge pull request #580 from aws-lumberyard-dev/PhysxTimeout
...
LYN-3465 : The test timeout for AutomatedTesting::PhysicsTests_Sandbox
5 years ago
darapan
409500635f
"Fixing review comments"
5 years ago
darapan
98927fb638
Merge branch 'main' into script_canvas
5 years ago
darapan
460863be0a
"Resolving merge conflicts"
5 years ago
Aaron Ruiz Mora
f258802377
(cherry-pick from 1.0) Fix registry colliding by using a different extension for the files used to override registry
5 years ago
anugshya
c9c2aa7367
Fixed expected lines
5 years ago
anugshya
3a3d897db7
test_ScriptEvents_ReturnSetTypeSuccessfully
5 years ago
balibhan
499152d23c
Merge pull request #542 from aws-lumberyard-dev/SC_migration_branch
...
Script canvas automation scripts migration
5 years ago
hnusrath
97fb763776
Merge pull request #587 from aws-lumberyard-dev/PhysXTestRailLinkRemoval
...
SPEC-6677 Remove TestRail URLs from Physx Tests
5 years ago
hnusrath
fdb461b3ca
SPEC-6677 Remove TestRail URLs from Physx Tests
5 years ago
darapan
2b511b68a2
"Adding AssetBundlerBatch test"
5 years ago
jckand-amzn
8e100499ec
Cherry picking 399e830f from 1.0 branch
5 years ago
jckand-amzn
20dd19c444
Cherry picking 13aa9113 from 1.0 branch
5 years ago
zsolleci
08f96b0f3e
addressed review feedback
5 years ago
jckand-amzn
abb5d56572
SPEC-6547: Updating intermittently failing tests to utilize instance validation util
5 years ago
darapan
682bdf6847
"Changing testsuite"
5 years ago
hnusrath
c1938eadf6
LYN-3465 : The test timeout for AutomatedTesting::PhysicsTests_Sandbox
...
needs to be adjusted to match the new requirements.
Reducing the timeout to 1500s from 3600s
5 years ago
amzn-sean
24167e7c02
address PR comments
5 years ago
amzn-sean
be7d34b856
Merge branch 'main' into physx_fix_tests
5 years ago
darapan
c90be6effa
"Ran fixup"
5 years ago
darapan
71eccf3a6a
"Adding New Test"
5 years ago
darapan
2f0ed6cfb2
""
5 years ago
darapan
2f153f994e
"Adding new line"
5 years ago
darapan
0e666d046c
"Adding new line"
5 years ago