I have the same problem. According to official documentation: "You can create as many scripts as you want, but you can only run one at a time."
So, I tried to associate all the scripts with one by importing them:
# import "test1.js" # import "test2.js"
Save this as a separate script (for example, "testAll.js") and run it.
source share