Can I generate XRay tests from Playwright .NET Specflow test project?
I saw integration with NUnit/C# but not Specflow in the docs.
I think SpecFlow .NET project is no longer maintained by the upstream project. Xray team has a tutorial on SpecFlow here but take it with the grain of salt due to the first thing mentioned earlier.
You always have a fallback solution which is to generate a Junit XML report; then you can push it to Xray, to the specific Junit XML endpoint . That will give you visibility of the test automation results but at high-level (you get the overall pass or fail info); it won't provide you info about the actual Gherkin statements as those are not present on the Junit XML report.
Hi @Fredric Zimmerman , welcome to the Atlassian Community!
As it is App specific question I suggest reaching out to Xray support - go to the source :)
If it's not possible they should confirm it, and if they had similar requests then maybe they can guide you towards some workaround
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.