Replies: 2 comments 2 replies
-
is there any solution nowadays? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @dimitriy-k , I use the MSW for my mocking solution, and I have it configured to run when the application starts in development mode. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a mock server that I want to run as a precondition to the application.
Also, when I run e2e tests for that application, the same server should be running together with the application.
How to achieve this?
I have tried using the
dependsOn
and a custom script, but the problem is that it would only run that custom script content since it's a long running process (a running server), and aside from that, it doesn't deal with the teardown of the mock server.Beta Was this translation helpful? Give feedback.
All reactions