on 2019 Nov 21 12:47 PM
Currently I'm facing problems with running functional tests annotated with @DemoTest from command line.
I've found ant target that could satisfy my needs, it's `ant demotests` but I've encountered a bit of a problem here.
Whenever I run a test using this target - I get the 'java.net.ConnectException: Connection refused: connect` as far as tests send requests to controllers, and server, which is deployed by JUnitRunner for the test run does not listen to ports 80 & 443.
Has anybody encountered such a problem, and is there any solution?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.