issues icon indicating copy to clipboard operation
issues copied to clipboard

API Testing Area

Open JoriPS1 opened this issue 3 years ago • 3 comments

Summary of the new feature / enhancement

It would be cool to have an area in the Info tab to test an API.

I'm imagining a section that builds a form from any variables in the URL, or a paramblock. When submitted, Universal would build the URL and body. It could even allow for different roles to be simulated.

Proposed technical implementation details (optional)

No response

JoriPS1 avatar Sep 16 '22 03:09 JoriPS1

I like this idea. Kinda like a built in postman.

adamdriscoll avatar Sep 16 '22 12:09 adamdriscoll

I like this idea. Kinda like a built in postman.

Had to look Postman up, but yeah, very similar to it.

Something else I thought about that would be directly related would be some sort of feature to enable an 'API Debug'.

When enabled, the API would automatically save any passed variable sets, and any returned response. These variable sets could then in turn be used with this feature.

A stretch goal for this would also be having some sort of built in Pester Test builder.

JoriPS1 avatar Sep 16 '22 13:09 JoriPS1

The ability to impersonate identities for said feature would be useful.

Viajaz avatar Sep 18 '22 05:09 Viajaz

right now we are using pester for this, but it is outside the framework and we forget to run it sometimes

Omzig avatar Mar 03 '23 13:03 Omzig