Skip to content

Question about steps #266

@zdmta

Description

@zdmta

Are there options to build test without Given/When/then

so like
await Step(() => AccountSteps.CreateAnAccount())
.Step(() => HttpAssertions.TheHttpStatusCodeIs(HttpStatusCode.OK))
.BDTestAsync();

i would like to use nice reporting, but have all just like steps :) maybe it is easy to extend for myself

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions