ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
346 stars 240 forks source link

Addition of JSON libraries for robotframework #489

Open OrrinGradwell opened 5 months ago

OrrinGradwell commented 5 months ago

Is your feature request related to a problem? Please describe. Yes

I make use of the following two libraries that are not included by default. robotframework-jsonlibrary==0.5 robotframework-jsonvalidator==2.0.0

I know I can add them during runtime and that works, the problem is that I am using Testkube and the way they call this container is different from just calling it...

Describe the solution you'd like By simply having both: robotframework-jsonlibrary==0.5 robotframework-jsonvalidator==2.0.0 as pre-installed will fix the issue experienced via testkube.

Describe alternatives you've considered I am looking into an alternative way to interact with this container via testkube but not much luck yet.

ppodgorsek commented 3 months ago

Hi @OrrinGradwell , thank you for the question and sorry for the delay in getting back to you.

Could you describe how you're running the image via Testkube please? I am weary of adding new dependencies in the image as I'm trying to avoid its size getting even bigger than it currently is, unless those dependencies are used by many projects.