Create test that uses scenario.resolveProperties#10153
Conversation
Because in your input-file for one of the steps there is:
Larva has this feature to put things like the host & port in input files, which it needs for some tests (from top of my head, I think API Listener Larva tests need that). |
In Zaakbrug we have translation profiles(configurable by user via a json file) for configuring custom mappings. With |
Yes, so unfortunately a change that was made in 9.2 or 9.3 (don't remember on top of my head which version) broke this out-of-the-box for your use-cases and this Larva setting needs to be changed in the scenarios.
If you have a common properties file shared between all tests, you can set this property
once in this shared properties file to disable it for all your Larva tests. |
Co-authored-by: Tim van der Leeuw <tnleeuw@gmail.com>
(cherry picked from commit ebc4796)
|



Setting
scenario.resolveProperties=falseto true will break this test.Why?