keploy / keploy

Unit and Integration Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
4.96k stars 463 forks source link

[feature]: Add docker for mac support to run keploy v2 #611

Closed gouravkrosx closed 7 months ago

gouravkrosx commented 1 year ago

Is there an existing feature request for this?

Summary

The goal of this issue is to enhance Keploy v2, which currently supports Linux and Windows (via WSL), to also include support for macOS using Docker for Mac. By adding this support, Keploy v2 will be accessible to macOS users, enabling them to generate tests and mocks for their applications effectively.

Why should this be worked on?

Repository

keploy

gouravkrosx commented 1 year ago

Keploy follows btf (bpf type format) maps in the ebpf program. Right now this is not supported in the docker for mac. You can follow the open issue here. Enabling btf will automatically add support to run keploy in docker for mac.

gouravkrosx commented 12 months ago

For the time being, User can use colima instead. Please refer: https://keploy.io/docs/server/macos/installation/

hp77-creator commented 7 months ago

Hi @gouravkrosx , we can now use keploy with Docker on Mac, so does this mean, this issue is resolved?

gouravkrosx commented 7 months ago

Yes, you are right.

gouravkrosx commented 7 months ago

Closing as it is already completed.