while using the https://github.com/gatling/gatling/issues/3830 (Sequential scenarios) feature, the use case we have is one of creating users in the first step at run time and feed those users into the second scenario.
- How do we create the users file into the resources directory under target ( we were able to create the folder into the target folder directly but are not able to read it) so that gatling can pick up that file automatically.
Any guidance/help is appreciated.