playqase
v0.8.1
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
},
];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
