I have a Bamboo server which is connected to source control system. If new code is added to the source control system a new build is triggered in Bamboo, the outcome of this build are two artifacts: "code.jar" "automated_test_scripts".
Jar file gets deployed to my test server. But what about the automated_test_scripts should they be run directly from Bamboo itself or maybe a dedicated test server that just handles running automated tests or should it even be copied to the test server and run from there, what would be best practice concerning these options?