You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if you would show an example of using Java system properties (maybe from application.properties or application-test.properties?) to retrieve the value of baseUrl in src/test/java/karate-config.js, so that it could possibly be retrieved based on set environment variables during a CI/CD pipeline stage when running tests.
It would be nice if you would show an example of using Java system properties (maybe from application.properties or application-test.properties?) to retrieve the value of
baseUrl
insrc/test/java/karate-config.js
, so that it could possibly be retrieved based on set environment variables during a CI/CD pipeline stage when running tests.I saw https://github.com/intuit/karate#dynamic-port-numbers but it wasn't immediately obvious why that didn't work on a first attempt for me.
The text was updated successfully, but these errors were encountered: