MCPcopy
hub / github.com/vercel/next.js / step

Function step

packages/next-playwright/src/step.ts:8–8  ·  view source on GitHub ↗
(_title, body)

Source from the content-addressed store, hash-verified

6 * step in the Playwright UI. Otherwise just executes the body directly.
7 */
8let step: Step = (_title, body) => body()
9try {
10 const pw = require('@playwright/test') as typeof import('@playwright/test')
11 if (typeof pw.test?.step === 'function') {

Callers 1

instantFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…