You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Registry
AMZN-AlexOteiza b815c203da
(Continuation) Implemented automation paralellization & standarization (#1718)
Engine improvements/fixes

Fixed behavior that made the editor automated test to be sometimes stuck if lost the focus is lost.
Added support for specifying multiple tests to in batch to the editor, this is achieved by passing --runpythontest with the tests separated by ';'
Added new cmdline argument --project-user-path for overriding the user path. This allows to have multiple editors running writing logs and crash logs in different locations.
Moved responsability of exiting after a test finishes/passes out of ExecuteByFilenameAsTest, callers will use the bool return to know if the test passed.
Editor test batch and parallelization implementation:

Now the external python portion of the editor tests will be specified via test specs which will generate the test. Requiring no code. This is almost a data-driven approach.
Tests can be specified as single tests, parallel, batchable or batchable+parallel
Command line arguments for pytest to override the maximum number of editors, disable parallelization or batching.
Automated tests for testing this new editor testing utility

Signed-off-by: Garcia Ruiz <aljanru@amazon.co.uk>

Co-authored-by: Garcia Ruiz <aljanru@amazon.co.uk>
5 years ago
..
Platform Added new lines to Streamer.*.setreg files at the end 5 years ago
AssetProcessorPlatformConfig.setreg Merged stabilization/2106 to development; Resolved merge conflicts 5 years ago
application_options.setreg (Continuation) Implemented automation paralellization & standarization (#1718) 5 years ago
bootstrap.setreg Renamed osx_gl to mac and es3 to android for cache folders (#949) 5 years ago
gem_autoload.serializecontexttools.setreg Support for nested slice conversions (#1121) 5 years ago
prefab.setreg Spawning priority threshold through SetReg 5 years ago
prefab.tools.setreg LYN-2537 engine assets (#254) 5 years ago
sceneassetimporter.setreg FbxImportRequestHandler is now loaded only once per AssetBuilder and Editor + re-enabled STL support (#933) 5 years ago
setregbuilder.assetprocessor.setreg Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
streamer.editor.setreg Added new lines to Streamer.*.setreg files at the end 5 years ago
streamer.game.debug.setreg Added new lines to Streamer.*.setreg files at the end 5 years ago
streamer.game.profile.setreg Added new lines to Streamer.*.setreg files at the end 5 years ago
streamer.game.setreg Added new lines to Streamer.*.setreg files at the end 5 years ago
streamer.setreg Added new lines to Streamer.*.setreg files at the end 5 years ago
streamer.test.setreg Added new lines to Streamer.*.setreg files at the end 5 years ago