Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

.ResourceFile() should allow to persist actual result in case of error. #16

Description

@DiamondDragon

At the moment it's very difficult to get actual result when assertion fails. In order to improve user expirience there should be possible to add some optional parameter \ method which allows to persist actual result.

                    .Expects<HttpResponse>(x => x
                        .Status(200)
                        .JsonBody()
                           .Matches()
                                .ResourceFile(persistActualResult: true)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions