Running multiple scripts

I would like to avoid including all my request definitions in a single script. Is it possible to define some composite/suite to run all scripts?

Hi there, welcome to the forum :slight_smile:

You can organize your test script into several JS modules and import them from the main script, see the documentation.

You could also split it into several scenarios, and then conditionally run one or more scenario using an environment variable.

HTH,

Ivan