Currently the url property only supports absolute urls.
As the urls can be different between environments it would be good to also support relative urls.
Proposed solution:
- for capture add commandline argument -base-url=
- when the url in the config start with a '/' the append it to base-url
validation:
- if the url starts with '/' then the base-url parameter is mandatory
Currently the url property only supports absolute urls.
As the urls can be different between environments it would be good to also support relative urls.
Proposed solution:
validation: