keploy icon indicating copy to clipboard operation
keploy copied to clipboard

[bug]: Replay starts test-set execution before the containers are started

Open Yaxhveer opened this issue 10 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current behavior

In replay mode the execution of test starts before the docker application is started. Expected behavior for keplay is to wait for docker application to start and then execute the test-set. image

Steps to reproduce

  1. Go the gin-mongo sample app
  2. Make sure you require some time to start the container while running keploy
  3. Run the command keployV2 test -c "docker compose up" --containerName "ginMongoApp" --buildDelay 100s

Environment

None

Version

Cloud

Repository

keploy

Yaxhveer avatar Apr 10 '24 22:04 Yaxhveer

Here using buildDelay flag is not working properly after v2 refactor.

gouravkrosx avatar Jun 27 '24 10:06 gouravkrosx