-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestCafe (steps not visible in html report) #140
Comments
Can you also share the file that TestCafe is creating? If it's not according to the official standard then it will not show anything |
which file do you need? html ? |
https://github.com/ash8454/testcafe-gherkin-demo My situation is same as this project. After running all the feature file the report is generated well but not the steps. if you run this project feature file you will see the issue. kindly let me know if you need more information. Thanks for your time |
I need to have the JSON file. That file is being generated by TestCafe and should be a proper CucumberJSON object. |
Here is the json file. Kindly let me know if you need more information.
Thanks for your help
[first.json.txt](https://github.com/wswebcreation/multiple-cucumber-html-reporter/files/6121553/first.json.txt)
[second.json.txt](https://github.com/wswebcreation/multiple-cucumber-html-reporter/files/6121556/second.json.txt)
Json file uploading fail thats why I uploaded the file in txt formate.
|
This is testcafe-reporter-cucumber-json.json. Even I removed the tags but generating the same html report. { |
Thanks for the info, I will take a look at it, just need to see when |
Hi @umerhamdan10, https://github.com/ash8454/testcafe-gherkin-demo enables you to write tests in a gherkin language, but behind the scene, these tests are executed by the In See the disclaimer here : Supported gherkin features and limitations This is why you will never see any step in the final html report. Mixing Cucumber and Testcafé has always been a tedious task with a lot of trade-offs. You also might be interested by testcafe-starter |
Thanks @hdorgeval Can you add a reference to your module in the readme? Would really appreciate it. Closing the issue for now because it's a 3rd party dependency instead of an issue with this module |
Hi @wswebcreation, I just wondered which readme you are talking about? The module referenced in this issue is testcafe-reporter-cucumber-json. It's a JSON reporter for |
Hi @hdorgeval Maybe promote your module in the readme in this project 😉 |
My steps are not visible in report. I just see my feature file name and scenario name.
Any one face same issue? I just se json don't have any information about the steps but have the scenarion information.
Help will be appriciated
The text was updated successfully, but these errors were encountered: