knuu icon indicating copy to clipboard operation
knuu copied to clipboard

Consider adding support for `.env` file

Open smuu opened this issue 2 years ago • 3 comments

smuu avatar Jul 13 '23 08:07 smuu

Hey @smuu Could you elaborate a bit more? I can work on this.

mohitvdx avatar Jul 13 '23 21:07 mohitvdx

Please explain or elaborate? @smuu

anands8196 avatar Jul 14 '23 14:07 anands8196

Thanks, @mohitvdx and @anands8196 that you want to contribute.

Currently, there is two environment variables to change the behavior of the test run: KNUU_TIMEOUT and KNUU_NAMESPACE. There will most likely be more environmental variables. To use those variables, you export them to your system or add them to the test command, which is unhandy when setting multiple variables. Therefore, the idea is to have a file called .env where the user can set the environment variables. To support that file, knuu must read that file.

I need to find out the implementation details, I would need to research them.

smuu avatar Jul 24 '23 08:07 smuu

done

smuu avatar Jul 04 '24 14:07 smuu