@oblivioncth said in Help with Autotest for Gerrit submission:
So I should just add the cases locally, ensure they test correctly, and then commit --amend & push the changed test file as part of the rest of my submission?
Since those are the same patches you should only target one branch. If it's the wrong one, don't worry it will be changed for you.
In order to get them move forward, you should add reviewers that are concerned by your patches e.g. the module maintainers.
One probable remark you will have is that your patch modifies several unrelated stuff so you should split them in order to ensure atomic changes e.g. one disables the item view part, another one the shortcut etc.