playqase
v0.8.4
Published
Playwright reporter for Qase test management
Readme
PlayQase
How to use?
Install:
npm install playqaseAdd reporter in your playwright config file:
[
"playqase",
{
apiToken: "qaseApiToken",
projectCode: "qaseProjectCode",
uploadAttachments: true, // optional
finishRunOnEnd: true, // optional
debug: true, // optional — enables verbose error logging (HTTP status, response body, request URL, headers)
},
];Env variables
QASE_RUN_NAME - custom new test run name
QASE_TEST_RUN_ID - use existing test run ID instead of creating a new one
