Is there any way to use Keploy mocks other than for e2e testing? #2502
Unanswered
s2terminal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We had this feature before, the command was |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Keploy mocks are useful. I want to use the keploy mocks defined in yaml for something other than the
keploy test
e2e testing.For example, I want to run unit tests using Keploy mocks. This can be achieved by changing the keploy test application startup command to something else, as follows.
As an application of this method, I can also use the keploy test mock to run the
keploy gen
unit test generation.However, I think that
keploy test
is a function that is designed to perform e2e testing. I don't think it's a good idea to usekeploy test
for purposes other than e2e testing.I want to use keploy mocks for purposes other than keploy test's e2e testing. Is there a good way to do this?
Beta Was this translation helpful? Give feedback.
All reactions