APIResponseAssertions
Playwright\Assertions\APIResponseAssertionsInterface
Methods
toBeOK()
selffunction toBeOK(?AssertionOptions $options = null): self
toHaveStatus()
selffunction toHaveStatus(int $status, ?AssertionOptions $options = null): self
toHaveJSON()
selffunction toHaveJSON(mixed $expected, ?AssertionOptions $options = null): self
not()
selffunction not(): self