Replies: 1 comment
-
I can use the input filter on tags! further in code it shows you can use regex, which is perfect for includes and excludes :)
Which made this whole question obsolete :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We could fix the source by asking the api datasource to split the open-api spec, but most of the times this is all auto generated with Swagger still it could be tweaked.
In our specific case we have scenario builders for E2E testing and we would like to split these from our core since the hooks created for them are unneeded and even need another mutator to be usable (1 using app setup, other (e2e) just plain fetch).
Is it nice to have the option to include or exclude paths (or operationId's?).
Or is this no-one else really needs? For our case it gives us control how to split the shared api library.
Beta Was this translation helpful? Give feedback.
All reactions