How to link tests with correct endpoints after Changes on endpoints organization

I’ve created a few tests scenarios when all my services were added to the default module. After adding more service we identified that would be better to create a module per service instead of the current structure. But now all my tests are linked to the endpoints on default module.
I only see an option to unlink them, but is there a way that I can re link the same endpoints that moved to another module?

Hello, currently the steps in the test scenarios are linked to the imported APIs and cannot be unlinked and then re-linked to other APIs. The only option now is to delete the steps in the test scenarios and re-import the APIs from other modules.

that is a lot of manual work… :frowning:

We will soon support moving APIs between modules while preserving their existing associations, which should better meet your needs.

1 Like