We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that this chapter should be updated
The text was updated successfully, but these errors were encountered:
Would be great if I could import from pytest-bdd json:
http://pytest-bdd.readthedocs.io/en/latest/#reporting
Sorry, something went wrong.
Any update about it ? Or any existing code to demonstrate it ? I really need to import manual test results into Serenity Reports ;)
You can write your own class that implements the TestOutcomeAdaptor interface (see https://github.com/serenity-bdd/serenity-core/blob/fca1739982754f6101b833409d02fa2a87c460d8/serenity-core/src/main/java/net/thucydides/core/reports/adaptors/TestOutcomeAdaptor.java and the examples in https://github.com/serenity-bdd/serenity-core/blob/fca1739982754f6101b833409d02fa2a87c460d8/serenity-core/src/test/groovy/net/thucydides/core/reports/adaptors/specflow/WhenLoadingSpecflowLogOutputAsTestOutcomes.groovy).
TestOutcomeAdaptor
"Waouw", what a quick reply, thank you ! I'll look at it and maybe write a basic "how-to"
No branches or pull requests
It seems that this chapter should be updated
The text was updated successfully, but these errors were encountered: