QUESTPIE Probe
Commands

qprobe recordings

Manage saved test recordings — list, show, delete, export.

qprobe recordings

Manage saved recordings in tests/qprobe/recordings/.

qprobe recordings list
qprobe recordings show "<name>"
qprobe recordings delete "<name>"
qprobe recordings export "<name>"

Subcommands

recordings list

List all saved recordings.

qprobe recordings list

recordings show

Display the actions in a recording.

qprobe recordings show "login-flow"

recordings delete

Delete a recording and its generated test file.

qprobe recordings delete "login-flow"

recordings export

Export a recording as a standalone Playwright test file.

qprobe recordings export "login-flow"

On this page