Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
If I use an older Debian-based image (e.g., golang:1.19-bullseye) as the base image for my application Docker image and try to use Keploy to record and test test cases, it doesn't work as expected. Keploy records the test cases successfully, but when it comes to testing those test cases in test mode, it fails and blocks further progress.
Similar behaviour can be seen when i use debian buster.
Steps to reproduce
- Take a base image of an older Debian-based image, such as golang:1.19-bullseye, to build an image of your application.
- Use Keploy to record test cases for your application.
- Attempt to test those recorded test cases using Keploy's test mode
Environment
None
Version
Local
Repository
keploy