Recommendation on how to test a third party workload #164
Closed
q-benwillis
started this conversation in
General
Replies: 1 comment
-
Unfortunately, no. We are working on supporting public APIs, but there is no ETA yet. |
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
-
Hi all,
We're looking for ideas on how to properly test our third party workload.
Obviously we already have a full suite of unit tests, but are looking to improve our integration and end to end tests.
At the moment there's no REST API we can use to create a custom workload item in Fabric. Are there any suggestions on how we can run a backend integration test between our workload and Fabric? Without being able to create a new item in Fabric our requests to the permissions endpoints all fail as the item does not exist in Fabric.
Even then it seems the only way to get an access token from Fabric is using the javascript workload client. Is there an alternative that means we do not need to run our front end just to test the backend integration?
I'm keen to hear peoples thoughts!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions