I can open two consoles and start running tests in both with grunt karma:singleRun. In the second console I will get "WARN [karma]: Port 9876 in use". Same with different configs, and I cannot see any difference from what is being done in the README.
When setting the runnerPort in the config, it does not seem to be picked up by grunt-karma. For instance, with a setup like
I can open two consoles and start running tests in both with
grunt karma:singleRun
. In the second console I will get "WARN [karma]: Port 9876 in use". Same with different configs, and I cannot see any difference from what is being done in the README.