Running multiple 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