I've been trying to automate my Protractor tests for a couple weeks, and I've had many problems. First I tried running them through Jenkins, which is installed on an Amazon Linux AMI instance. That didn't work, because I couldn't properly install Firefox or Chrome, and I couldn't get PhantomJS to run my tests correctly. Next I tried using SSH commands to get Jenkins to run the Protractor tests on a separate Ubuntu Server instance. Whenever I try running Firefox or Chrome in there with Xvfb, it gets stuck on the step Initializing built-in extension GLX. I also get the error (process:7476): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed when trying to run Firefox. Any ideas that could point me in the right direction? I basically need to get Firefox or Chrome to run properly on either Amazon Linux AMI or Ubuntu Server 14.04.
Thanks! -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
