Ümit Özdemir
Results
2
comments of
Ümit Özdemir
# Allure Karate Example Repository You can use this repository to reproduce the issue: [allure-karate-example-call](https://github.com/umitozdemirf/allure-karate-example-call). ## Steps to Reproduce 1. Clone the repository: ```bash git clone https://github.com/umitozdemirf/allure-karate-example-call.git cd allure-karate-example-call ```...
Hey @baev, I figured out a fix for the issue where `call` and `callonce` steps were showing up as separate scenarios in Allure reports. Here's what I did: ## Problem...