Re: IntelliJ and Tapestry testing

2015-01-30 Thread Boris Horvat
yea I found that place 10 min ago, I was putting the arguments in the wrong place... the strange thing is that the error about cometd is not present any more when I run single test...still there when I run it using the maven, but it doesn't really cause any issues thanks On Sat Jan 31 2015 at 00

Re: IntelliJ and Tapestry testing

2015-01-30 Thread Stephan Windmüller
On 30.01.2015, Boris Horvat wrote: > I have created a testng.xml and put details about my test class to run, if > I run this from maven all is working fine, but I can't get it to run using > an IntelliJ as it complains about the missing property > tapestry.execution-mode. In the Run/Debug config

Re: IntelliJ and Tapestry testing

2015-01-30 Thread Boris Horvat
Clicked wrong button by mistake. So apologies for that. I have created a testng.xml and put details about my test class to run, if I run this from maven all is working fine, but I can't get it to run using an IntelliJ as it complains about the missing property tapestry.execution-mode. Does anyone