Skip to content
This repository was archived by the owner on Mar 19, 2022. It is now read-only.

Custom asserts for tests #15

@kyleect

Description

@kyleect

Examples

[
  assert.response.ok,
  assert.response.time.lessThan(30),
  await assert.response.body.text.includes("Query string"),
  await assert.response.body.json.deepStrictEqual({data: []})
]

Questions

  • Async getters possible?
  • Issues with getting multiple body representations?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions