Imagine you have 10 scripts, that simulate the most important happy flows of your web application and you have develop them in 10 separated js files.
Of course you can execute them isolated, but what happens if you want to analyze a real-world scenario and execute them in parallel, with specific and different user ditributions, ramp ups, etc… ?
I understand that one possible approach is to execute “k6 run XXX” in 10 consoles at the same time, but is this the best approach?
Thanks in advance,