Test Suite - Set browser PER TEST in suite

Hi,
Do both parallel and sequential testing.
If I make a test suite and add test, I would like to be able to set the browser here as well. Currently can only set test suite level execution browser.

I do realize I can script out the browser I want to use. Havent tried doing that and having a test suite with a different browser. Will my script overide the ide?

below is an example of me having to make it work. Throws off my test run reports. I dont want 4 different suites just so i can run on 4 different browsers. I also don’t feel like going back and re-scripting. Biggest Issue is : As soon as I use selenium method\driver katalon keywords start failing! (driver vs. webui)
Any structure suggestions welcome!