blueimp / nightwatch

This project is deprecated in favor of blueimp/wdio.
https://github.com/blueimp/wdio
134 stars 43 forks source link

Image that doesn't require a volume #7

Closed IvanAnishchuk closed 7 years ago

IvanAnishchuk commented 7 years ago

Is there any particular reason for mounting video recorder module as a volume instead of installing it right into the image?

blueimp commented 7 years ago

The volume mount is necessary anywhere for the tests. Installing the video recorder module in there via local node_modules keeps it modular. There are e.g. also two other related modules I've added, that people might or might not want to use: https://github.com/blueimp/node-ffmpeg-image-diff https://github.com/blueimp/nightwatch-browserstack