mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Implementing WireMock.NET with appium for mobile automation testing #446
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikebgrep on GitHub (Sep 9, 2022).
Originally assigned to: @StefH on GitHub.
I search over the internet, but I didn't find a good tutorial how to set up WireMock.NET to work with appium to mock API request from mobile app backend. I think first I need to set up an SSL certificate local on my machine and after this to use the ProxySettings to mock the response of the mobile app API. Any help are welcomed or if any know some article online how can I configure the library.
@StefH commented on GitHub (Sep 12, 2022):
The purpose of WireMock.Net is to replace the real backend.
General idea:
Go from this:

To this:

@mikebgrep commented on GitHub (Sep 15, 2022):
Thank you for the answer. So I need
Please tell me if this is the right steps.
Also do installation of the SSL cert for MAC is same as Linux.
@StefH commented on GitHub (Sep 17, 2022):
I think that should be it indeed, however I don't know exactly how your setup is.
@StefH commented on GitHub (Sep 19, 2022):
https://github.com/WireMock-Net/WireMock.Net/issues/645
@StefH commented on GitHub (Sep 19, 2022):
I'm closing this issue for now.
If there are any Appium specific steps to take, I can create a new WIKI page, but I think that the general idea on how to use WireMock.Net is the same for all integrations.
Else, please create a new issue with a wiki-page proposal on this topic.