Skip to content

Add playwright tracing support#198

Open
Jonathan-384481 wants to merge 1 commit intopestphp:4.xfrom
Jonathan-384481:tracing
Open

Add playwright tracing support#198
Jonathan-384481 wants to merge 1 commit intopestphp:4.xfrom
Jonathan-384481:tracing

Conversation

@Jonathan-384481
Copy link

This pull request adds playwright tracing support with a low level API closely following playwright interface. A higher level API accessible from webpage and command line options similar to playwright.

High level API:

$page = visit('/');
$page->startTracing();
// Do stuff
$page->stopTracing();

or it can be started with command line options
pest --trace on
pest --trace retain-on-failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant