Schema for internal use only

Please do not extend this schema as it is part of Nx internal usage.

@nx/playwright:merge-reports

THIS IS AN INTERNAL EXECUTOR USED BY ATOMIZED TASKS. DO NOT USE IT DIRECTLY. Merge Playwright blob reports and aggregate the results.

Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.

Options

blobReportsDir

Required
string

Directory containing the Playwright blob reports. Relative to the project root.

config

Required
string

The Playwright configuration file path. Relative to the project root.

expectedSuites

Required
number

The expected number of test suites to produce a report.