docker-robot-framework
docker-robot-framework copied to clipboard
Addition of JSON libraries for robotframework
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.
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.