Is there a way to Override the plugin details in codeceptjs.config using the command line? #87
-
Is there a way we can dynamically change or override the plugin details in codeceptjs.config file through command line? By using a command line, npm run codeceptjs tests/ --runName "regression Test Sprint 1" I hope can override the value of "runName" in the plugin. Is this possible? I appreciate your reply to this. |
Beta Was this translation helpful? Give feedback.
Answered by
kobenguyent
Nov 24, 2022
Replies: 1 comment
-
Hi @jlabarrete i could think of one fastest way to do so is using environment variable. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kobenguyent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jlabarrete i could think of one fastest way to do so is using environment variable.