0.4.4 • Published 7 months ago
playqase v0.4.4
PlayQase
How to use?
Install:
npm install playqase
Add 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