Closed GoogleCodeExporter closed 9 years ago
A current workaround seems to be using "At Address: http://localhost:9876"
rather than "Running in IDE" for the Server.
The plugin server instance can still be started manually using the JSTestDriver
Server tab in one of the windows, and you run tests in any IDEA window - they
use it "remotely". This seems to work pretty well.
Original comment by coolr...@gmail.com
on 5 Jan 2011 at 5:13
Original comment by corbinrs...@gmail.com
on 5 Jan 2011 at 9:34
Yup, there's a fixed port used for communication between JSTD and IDEA as well,
so you won't be able to run tests in the second IDE window while they're
running in the first, either.
Maybe I could detect that there's a server running on the default port, and
indicate that in the UI.
Original comment by aeagle22206
on 5 Jan 2011 at 11:01
Note that both windows are running in the same JVM, so there may be some way of
the server state simply being shared across them. I don't know enough about
IDEA plugins to confirm that is the case though.
Original comment by coolr...@gmail.com
on 6 Jan 2011 at 3:37
Original comment by Sergey.S...@gmail.com
on 11 May 2011 at 7:38
Original comment by Sergey.S...@gmail.com
on 17 May 2011 at 5:37
Fixed in 1.3.10 version of the plugin.
Original comment by Sergey.S...@gmail.com
on 23 Nov 2011 at 3:02
Original issue reported on code.google.com by
coolr...@gmail.com
on 5 Jan 2011 at 4:54