Code Monkey home page Code Monkey logo

dart-content-shell-docker-image's Introduction

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.

www.dartlang.org
hub.docker.com/r/google/dart

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.

dart-content-shell-docker-image's People

Contributors

tyranron avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dart-content-shell-docker-image's Issues

Help with bitbucket pipeline usage

Hello,
I would like to ask for help with this docker image. I am using angular dart with embedded testing solution. I would like to use it also automated in bitckucket pipelines functionality, which is based on Docker images. I setup this repository https://bitbucket.org/tomas-rokos/ang_pipelines and used your docker image. PUB GET worked out fine but running tests failed on not able to find content shell.

Do you have some fast hint? I don't want to waste your time, but I am not familiar with docker too much to be able to debug it.

Thank you,
Tomáš

sample result: https://bitbucket.org/tomas-rokos/ang_pipelines/addon/pipelines/home#!/results/%7B236ee072-b8e4-4c8b-8fba-8b2e36f9724a%7D

To be done

  • fix up xvfb-run command, currently it prompts errors and hangs (#3)
  • tests (#4)
  • integrate Travis CI
  • write README
  • publish on Docker Hub

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.