testing - Can I use karma to launch a test server? -


i have setup testing locally using karma, mocha , chai, whenever run

karma start 

i webserver running locally:

info [karma]: karma v0.12.31 server started @ http://localhost:9876/ 

i can go http://localhost:9876 using browser have , see how tests run on browser.

is possible launch karma testing on remote server me , collegues can access various browsers, without each 1 of having run karma locally?

well turned out had open port 9876 on server, me , colleagues able access tests with:

http://url.test.server:9876 

Comments