I have my LAravel AngularJS application developed in dockervel . I have to test AngularJS with e2e test in Protractor and after it I have to deliver the application including e2e tests.
In this dockervel I have
Containers included
Nginx 1.8.0 & PHP 5.6 ruing in Alpine
MariaDB 5.5 ruing in Alpine
Redis ruing in Alpine
Composer PHP ruing in Alpine.
Artisan ruing in Debian (alpine is missing some PHP packages)
NodeJS with gulp, grunt and bower -g installed in official node:4.2.2-slim base image
Volumes mounted as containers
Is there any way I could install and set up PRotractor to run inside his environment?
