3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

tmux上でkarmaを実行するとエンジンがWebkitのブラウザがdisconnectedになる

Posted at

タイトルに伝えたい情報が全て載ってるけど、一応詳細も書く。

$ tmux -V
tmux 1.7

$ karma --version
Karma version: 0.8.5

$ grep 'browsers ' karma.conf.js
browsers = ['Chrome'];

$ tmux

$ karma start
INFO [karma]: Karma server started at http://localhost:9876/
INFO [launcher]: Starting browser Chrome
INFO [Chrome 27.0 (Mac)]: Connected on socket id 2viThvtK5GZ-BEKj5ZxI
Chrome 27.0 (Mac): Executed 0 of 0 DISCONNECTED (0.117 secs / 0 secs)
WARN [Chrome 27.0 (Mac)]: Disconnected

スクリーンショット 2013-05-28 11.11.53.png

こうなる。Safariも動かない。firefoxは動く。tmuxを使わない素のターミナルだとChromeもちゃんと動く。

3
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?