Web Server with K6

Hi @prishu25

I don’t think I can help you with the nodejs application, as it does not seem k6-related. I would also recommend you share code in text, not screenshots. It makes it easier for the community to get involved and help out if we can copy&paste the code.

If this run locally well for you, but not with Docker, I would probably resort to looking into Docker. You don’t mention where it fails, when running in Docker. Are you able to build your docker image and it fails when running? What error/s when runnning, or how does it fail? Those might give you some clues.

As mentioned before, we would not recommend this approach.

You only shared a script with 1 scenario. Are the rest of the scripts similar? Maybe we can go back to Run all tests scripts in parallel - #11 by prishu25 and check why this does not work for you. if you need to run several scenarios with different VUs, rates, etc., you can even pass the values How to specify `rate` on CLI - #12 by immavalls2.

Cheers!