Playwright reporter for Qase test management
npm install playqasebash
npm install playqase
`
Add reporter in your playwright config file:
`ts
[
"playqase",
{
apiToken: "qaseApiToken",
projectCode: "qaseProjectCode",
uploadAttachments: true, // optional
finishRunOnEnd: true, // optional
},
];
`
$3
QASE_RUN_NAME - custom new test run name
QASE_TEST_RUN_ID` - use existing test run ID instead of creating a new one