This image is a wrapper of official Google Dart image that contains Content Shell for running browser tests.
PROJECT IS CLOSED AND ARCHIVED. NO MAINTAINING WILL BE CONTINUED.
Just map your working directory to /app
inside container:
docker run --rm -v $(pwd):/app instrumentisto/dart-content-shell pub run test
Make sure that you populate your pub cache correctly.
docker run --rm -v $(pwd):/app \
-e PUB_CACHE=/path/to/.pub-cache \
-v /path/to/.pub-cache:/path/to/.pub-cache \
instrumentisto/dart-content-shell pub run test
If you have any problems with or questions about this image, please contact us through a GitHub issue.