keploy
keploy copied to clipboard
[bug]: Replay starts test-set execution before the containers are started
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.
Steps to reproduce
- Go the gin-mongo sample app
- Make sure you require some time to start the container while running keploy
- Run the command
keployV2 test -c "docker compose up" --containerName "ginMongoApp" --buildDelay 100s
Environment
None
Version
Cloud
Repository
keploy
Here using buildDelay
flag is not working properly after v2 refactor.