Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of JSON libraries for robotframework #489

Open
OrrinGradwell opened this issue Jun 13, 2024 · 1 comment
Open

Addition of JSON libraries for robotframework #489

OrrinGradwell opened this issue Jun 13, 2024 · 1 comment

Comments

@OrrinGradwell
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants