How to modify the order in which macros are run

I have a folder with a bunch of macros in it.
I want to run one of those macros first, when Testsuite: Play all in folder

How do I specify the order in which the macros shall run?
It seems to go from top to bottom and I cannot figure out how I could have it run first XY macro (reordering of the macros in the folder is not something possible, so I would suspect it needs some additional directives?)

The macros are run in alphabetic order. So what I do is to rename them accordingly, e. g.

  • 1macro-to-run-first
  • 2secondmacro
  • 3lastmacro
1 Like