You can use the build system to integrate the two - it opens the ST console and displays the results.
Something like this is what you are looking for:
"build_systems": [ { "name": "Karma Test", "cmd": ["karma", "start", "--no-colors"], "working_dir": "$project_path" } ]
source share