hooks module

async pytest_pyppeteer_runtest_makereport_call_debug(item: Item)None[source]

Called to add debug information when each of the call(not setup/teardown) runtest phases of a test failed item. e.g. save screenshot.

Parameters

item (Item) – the pytest item object.

Returns

None