Sign inSign up

instrumentisto/dart-content-shell

By instrumentisto

Updated about 8 years ago

[Closed] Dart Docker image with Content Shell for running tests.

Image
0

5.5K

instrumentisto/dart-content-shell repository overview

Dart with Content Shell Docker image

GitHub release Build Status Docker Pulls License

This image is a wrapper of official Google Dart image that contains Content Shell for running browser tests.

Status

PROJECT IS CLOSED AND ARCHIVED. NO MAINTAINING WILL BE CONTINUED.

How to use this image

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

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Tag summary

Content type

Image

Digest

Size

319.2 MB

Last updated

about 8 years ago

docker pull instrumentisto/dart-content-shell