Azure / benchpress

Azure Testing Framework/Library project
MIT License
58 stars 13 forks source link

Investigate how to implement custom assertions #156

Closed msha1026 closed 1 year ago

msha1026 commented 1 year ago

As an engineer I would like to investigate how BenchPress could leverage Pester's custom assertions.

Pester allows developers to define their own custom assertions. Could we use this in some way so that we can create an assertion that a user of BenchPress could use? (i.e. Should-BeAvailable when checking if a resource exists) How would we bootstrap this custom assertion into the BenchPress module?

jasonshortphd commented 1 year ago

Leaving design in Milestone 2. Implementation can move to Milestone 3.

ozboms commented 1 year ago

Wiki is updated here to close out this task with investigation findings.