Amit Bhoraniya

Results 11 comments of Amit Bhoraniya

For BDD syntax currently, there is no any plugin available for IntelliJ. As an alternative, I think you can use Cucumber Plugin for IntelliJ and use [GherkinTestFactory](https://qmetry.github.io/qaf/latest/gherkin_client.html) provided by QAF.

@kulin24, IntelliJ Cucumber plugin can not find @QAFTestStep annotations, it can find only cucumber-java annotations, this is expected behavior. To resolve this there is only one option that you can...

With TestNG 6.10, datadriven retry behavior is working as expected but still issue in counts.

Hi can you please share Step Implementation and different testdata which you are using

Hi Nikhil, Below code snippet is a quick workaround for it. 1. Create a TestStepListener ```java package com.infostretch.steps; import static com.qmetry.qaf.automation.core.ConfigurationManager.getBundle; import java.util.Map; import com.google.gson.Gson; import com.qmetry.qaf.automation.step.QAFTestStepAdapter; import com.qmetry.qaf.automation.step.StepExecutionTracker; import...

@dhrumilkabaria Thanks for creating pull request, but can you please update it all the references of that class. Make sure there is no any compiler error and it is not...

If you open dashboard.html using http-server(like Intellij inbuilt do that) then it doesn't require any configuration But if you open report using file system then following configuration required in browser....

@vikhyat07 Give a try to Firefox Browser. Refer this [stackoverflow](https://stackoverflow.com/questions/57049482/report-is-not-displaying-in-dashboard-html-page-for-qmetry) issue. Above configuration should work. Still you are looking for some alternate way.... Use [Web Server for Chrome extension](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en) and...

As I told Give a try to firefox, if you are still looking solution for chrome start chrome with below command. Make sure all existing process of chrome is killed....

For help and discussion post in qaf community [users group](https://groups.google.com/forum/#!forum/qaf-users).