Closed brianlucas closed 5 years ago
This should not be happening when attempting to build the project. I am not able to reproduce this issue when running 'mvn clean install'
here's the relevant gist: https://gist.github.com/brianlucas/f234105fe3b611dbbfcf
I saw you had an AMI you were able to share (my email is blucasco@gmail.com). Not sure if this is dependent on the OS or other configuration values, I'm using a basic bootstrap Amazon EC2 API here.
It looks like a test is failing:
Failed tests: testShutdown(com.rmn.qa.task.AutomationReaperTaskTest): Node should be terminated as it was empty
Seems we should figure out why this test is failing on your machine and fix the test. If you have time, feel free to investigate this and submit a pull request. If you build the jar locally and then deploy it to your EC2 machine, you should be good to go in the mean time.
I'll try with a different distro in the next few days and see if I can isolate cause.
Hi, I'm experimenting with this and seeing the following error when running
mvn install
:I am guessing I need to download and install selenium grid? If so, is it the same package listed here?
http://selenium-release.storage.googleapis.com/index.html?path=2.46/
The README mentions automation-grid, but I'm guessing it's selenium-server in the download link above.