Running k6 with postman-to-k6 and run every single endpoint without add diferent scenario

hi, can i running every separate endpoint from postman-to-k6?

i want to run without custom every endpoint with diferent scenario, but i need start time endpoint is start after scenario 1 finish, run endpoint 2, after endpoint2 finish, run endpoint 3, because if i create scenario i need to changes function for refer exec

Hi @danz5566

Welcome to the community forum :wave:

Thanks for your patience waiting for a response.

I’m not sure I understand your question and I’d appreciate if you could give us a bit more context.

can i running every separate endpoint from postman-to-k6?

Do you mean you’d like to have more than one BASE_URL when using k6 to postman?

collection: {
    BASE_URL: "https://test-api.k6.io/"
  }

Do you want to change the base url for each scenario, and have them run one after the other?

Thanks in advance for clarifying, and I wish you enjoy the holiday season.

Cheers