This example uses the selenium/standalone-chrome image available from SeleniumHQ/docker-selenium and a 'Hello World' Express server that simply displays 'Hello World' on port 3000 when ran.
To run the tests open two terminal windows and run:
docker-compose up --build
docker exec -it app-express npm run test:e2e