I had gone through below. https://github.com/intuit/karate/
How to enter url as parameter?
Here is my feature file.@demo Feature: Test feature
Background: * configure ssl = true
Scenario: Verify my service is up and running
Given url 'https://qa.mygroupservices.int/Version' When method get Then status 200