Re: Executing UI Tests

2018-07-24 Thread Irindu Nugawela
(Socket.java:589) > > [junit] at > > okhttp3.internal.platform.Platform.connectSocket(Platform.java:129) > > [junit] at > > okhttp3.internal.connection.RealConnection.connectSocket( > RealConnection.java:240) > > [junit] > > [junit] > >

Re: Executing UI Tests

2018-07-23 Thread Karl Wright
That seems to have fixed it for me. >> >> Karl >> >> >> On Mon, Jul 23, 2018 at 4:54 PM Kishore Kumar >> wrote: >> >> > Hi, >> > >> > >> > >> > I did few trial and error on Windows and it appears that the Navigation >> > Men

Re: Executing UI Tests

2018-07-23 Thread Irindu Nugawela
we can push this to > > trunk. Change navigateTo() Thread.sleep to 2 secs. > > > > > > > > If it fails for you on the first run, please try couple of times. > > > > > > > > I have attached the ant logs from my machines. > > > > &g

Re: Executing UI Tests

2018-07-23 Thread Karl Wright
tested > ManifoldCF with Remote Selenium steup. > > > > Thanks, > > Kishore Kumar > > > > -Original Message- > > From: Karl Wright > > Sent: 23 July 2018 07:41 > > To: dev > > Subject: Re: Executing UI Tests > > > > Are you running on

Re: Executing UI Tests

2018-07-23 Thread Karl Wright
Are you running on Windows, or Ubuntu? I don't have an ubuntu setup so I'm trusting Kishore Kumar's claim that it succeeds there. The fact that you get a link error indicates that something is wrong in the build itself. I don't get a link error and you shouldn't either. You might want to make s

Re: Executing UI Tests

2018-07-23 Thread Piergiorgio Lucidi
Hi Karl, I have tried but it returns the same exception... PJ Il giorno lun 23 lug 2018 alle ore 11:58 Karl Wright ha scritto: > Hi Piergiorgio, > > I updated trunk to include the latest Selenium stuff so you will need to do > the following to get beyond your current problems: > > (1) ant

Re: Executing UI Tests

2018-07-23 Thread Irindu Nugawela
Yes I am on Windows, Thanks Karl and Kishore On 23 July 2018 at 18:13, Karl Wright wrote: > If this is Windows, it's because for some reason "ant uitest" on Windows is > still failing. Ubuntu though succeeds. Kishore Kumar is looking at this > as time permits; it's not well understood at all.

Re: Executing UI Tests

2018-07-23 Thread Karl Wright
If this is Windows, it's because for some reason "ant uitest" on Windows is still failing. Ubuntu though succeeds. Kishore Kumar is looking at this as time permits; it's not well understood at all. Karl On Mon, Jul 23, 2018 at 8:40 AM Irindu Nugawela wrote: > Hi Karl, > > I took a pull from

Re: Executing UI Tests

2018-07-23 Thread Irindu Nugawela
Hi Karl, I took a pull from the trunk just now and I executed (1) ant clean-core-deps (2) ant make-core-deps (3) ant clean (4) ant uitest but still, I get this error [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at org.openqa.selenium.remote.E

Re: Executing UI Tests

2018-07-23 Thread Karl Wright
Hi Piergiorgio, I updated trunk to include the latest Selenium stuff so you will need to do the following to get beyond your current problems: (1) ant clean-core-deps (2) ant make-core-deps (3) ant clean Then you can run ant-uitest with the right jars. Thanks!! Karl On Mon, Jul 23, 2018 at 4

Re: Executing UI Tests

2018-07-23 Thread Piergiorgio Lucidi
I think that it is not clear how to run UI Tests, I think that we should have a simple cookbook to describe how to setup locally the execution of UI tests. I'm trying to use the latest fixes included by Kishore but probably I'm missing something but I don't know what. I have started the Selenium s

Re: Executing UI Tests

2018-07-11 Thread Karl Wright
Upgrading to latest version of selenium is complete but didn't help. Karl On Wed, Jul 11, 2018 at 12:28 PM Irindu Nugawela wrote: > Hi Karl, > > Thank you for the update, I'll hold until we find a fix for this issue > > > On Jul 11, 2018, at 9:09 PM, Karl Wright wrote: > > > > Just updating t

Re: Executing UI Tests

2018-07-11 Thread Irindu Nugawela
Hi Karl, Thank you for the update, I'll hold until we find a fix for this issue > On Jul 11, 2018, at 9:09 PM, Karl Wright wrote: > > Just updating the selenium distribution is not enough. There are some > downstream dependencies that have changed too. This is going to take a > while. > >

Re: Executing UI Tests

2018-07-11 Thread Karl Wright
Just updating the selenium distribution is not enough. There are some downstream dependencies that have changed too. This is going to take a while. Karl On Wed, Jul 11, 2018 at 11:21 AM Karl Wright wrote: > This stackoverflow article recommends an update of the chrome driver: > > > https://s

Re: Executing UI Tests

2018-07-11 Thread Karl Wright
This stackoverflow article recommends an update of the chrome driver: https://stackoverflow.com/questions/22402389/getting-exeception-while-using-chrome-browser-in-selenium-project Karl On Wed, Jul 11, 2018 at 11:18 AM Karl Wright wrote: > I am getting the same thing here. > It looks likes Ch

Re: Executing UI Tests

2018-07-11 Thread Karl Wright
I am getting the same thing here. It looks likes Chrome updates have broken some Selenium behavior. I have no time to look at this in any detail for the next several weeks, however. Karl On Wed, Jul 11, 2018 at 10:30 AM Irindu Nugawela wrote: > Hi Karl, > I have set the environment variable

Re: Executing UI Tests

2018-07-11 Thread Irindu Nugawela
Hi Karl, I have set the environment variable *SL_CHROME_DRIVER* this is the error message in plain text Behaviour=}] [junit] Session ID: 3ad1b9e6f76c135667ad37cbbe571974 [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at org.openqa.selenium.

Re: Executing UI Tests

2018-07-11 Thread Karl Wright
I am not seeing the graphic. You also need to set the proper environment variables to point at your selenium installation. Karl On Wed, Jul 11, 2018 at 10:24 AM Irindu Nugawela wrote: > Hi Karl, > > Thank you for the tip. I installed selenium but still the UI test fails. > Here is the error >

Re: Executing UI Tests

2018-07-11 Thread Irindu Nugawela
Hi Karl, Thank you for the tip. I installed selenium but still the UI test fails. Here is the error On 11 July 2018 at 15:42, Karl Wright wrote: > Have you installed Selenium? > > Karl > > > On Wed, Jul 11, 2018 at 3:40 AM Irindu Nugawela > wrote: > > > Hi All, > > > > I am trying to execut

Re: Executing UI Tests

2018-07-11 Thread Karl Wright
Have you installed Selenium? Karl On Wed, Jul 11, 2018 at 3:40 AM Irindu Nugawela wrote: > Hi All, > > I am trying to execute UI tests of CMIS and ElasticSearch connectors but > their respective build files do not have a target to run UI tests instead > in the parent build.xml which is in the