Paul Podgorsek

Results 61 comments of Paul Podgorsek

Having a Bitbucket + Jenkins setup would be great for integration tests. Nevertheless, I don't think we should use that setup for continuous integration, as our build would be dependent...

If you need to install dependencies during runtime, the best practice would be to mount a volume, in which the dependencies will be installed. This will avoid those dependencies having...

Thank you @crayfishuk for the bug report. I'm trying to reproduce the error on my side, could you explain what the `HEADLESS` environment variable is for please? (the container itself...

Which OS are you running on? `pwd` only works on Linux. Do you still have the error if you indicate the full path when mounting volumes? Did you also follow...

The feature allowing to dynamically install additional dependencies has finally been implemented as part of #376 and the details can be found in the README: https://github.com/ppodgorsek/docker-robot-framework#installing-additional-dependencies I would however question...

The feature allowing to dynamically install additional dependencies has finally been implemented as part of #376 and the details can be found in the README: https://github.com/ppodgorsek/docker-robot-framework#installing-additional-dependencies You could therefore install...

The feature allowing to dynamically install additional dependencies has finally been implemented as part of #376 and the details can be found in the README.

The problem was due to errors in the build.properties file. Here were it contents: ``` source.. = src/main/java/,src/main/resources/ output.. = bin/ bin.includes = bin/ ``` After deleting the file, everything...

The `postcss-url` plugin is meant to process URLs within CSS files. The base path indicates where those URLs should be resolved from. As such, it'll only process the resources referenced...