How to integrate Qmetry and Karate framework

421 views Asked by At

I have UI built on top of Qmetry framework. Just wanted to check if I want to integrate Karate framework. Is it possible to integrate Karate framework with Qmetry framework ?

1

There are 1 answers

0
Punit On

If your client's use case is to upload Karate test results to QMetry Test Management, it's possible. Karate has the support for Cucumber (BDD) and generally the automation test results files could be generated in .json format. QMetry Test Management (Standalone) and QMetry Test Management for Jira (QTM4J) both products have inbuilt support for Cucumber automation file uploads, the test cases, test executions and execution results shall be automatically imported to the QMetry products. You can refer the following resources for uploading the test results to QMetry.

For QMetry Test Management (Standalone)

For QMetry Test Management for Jira

Note - Mostly, the .json results shall be directly uploaded to QMetry. Incase if the result file format do not match the supported format of QMetry, you can write a translator that can convert your results into a QMetry supported format and upload it OR you can take help from QMetry Support - [email protected] to create a translator for you. Based on my experience the QMetry support team is very responsive and resourceful.