ppodgorsek / docker-robot-framework

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

Addition of JSON libraries for robotframework #489

Open OrrinGradwell opened 3 weeks ago

OrrinGradwell commented 3 weeks 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.