You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to integrate our C#/Selenium/SpecFlow test scripts with XRAY test management tool.
The procedure is to add a template file: CucumberJson.cshtml and a profile file: Default.srprofile
I am expecting a result file in JSON with the test results, I will use that to export to IDE.
Currently I am running the an BDD automated script in Visual Studio 2019 IDE (After successful integration with IDE later I will work with TeamCity & XRAY integration)
Here is the process:
https://docs.getxray.app/pages/viewpage.action?pageId=62269785
I am stuck up with compilation of the template file: CucumberJson.cshtml
Below is the issue: Reporting namespace not found and similar items.
Can you please help?