Karate reusable file takes long time to get execute after first call
Booking confirm is one of the reusable file in automation script which runs the api endpoint and returns the json payload, which is large payload. When it get execute first time its very fast execution and in main feature file doing lots of validation. And afer some other operation calling the booking confirm reusable file to validate the amend details. but it takes long. not sure why? and thrid time even taks longer than the second time. I thought the values could be overriding in the contex. Can someone help on this, to improve perform of karate automation script, when we call reusable file multiple time from the mainfeature
How do I pass parameter when using karate.setupOnce() or karate.setup()
I’m trying to pass a specific parameter to a setup, but don’t know how to do it properly. I’ve tried to do the following code:
Can you use wildcard characters with tags to get all matching tags
I’m wondering if you can use wildcard characters with tags to get all tagged scenarios/features that match a certain pattern.
Error deploying Karate into container using karatelabs/karate-chrome
I am trying to deploy my Karate project into container using karatelabs/karate-chrome image:
Error deploying Karate into container using karatelabs/karate-chrome
I am trying to deploy my Karate project into container using karatelabs/karate-chrome image:
Error deploying Karate into container using karatelabs/karate-chrome
I am trying to deploy my Karate project into container using karatelabs/karate-chrome image:
Error deploying Karate into container using karatelabs/karate-chrome
I am trying to deploy my Karate project into container using karatelabs/karate-chrome image:
Error deploying Karate into container using karatelabs/karate-chrome
I am trying to deploy my Karate project into container using karatelabs/karate-chrome image:
Error deploying Karate into container using karatelabs/karate-chrome
I am trying to deploy my Karate project into container using karatelabs/karate-chrome image:
Karate testing error with HTTP 307 (redirection)
I am running FastAPI server which exposes an endpoint that can accept PATCH operation to update user profile.