-
Notifications
You must be signed in to change notification settings - Fork 227
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
Add karate integration #548
Conversation
@baev - Are there plans on getting this implemented? Are you looking for any help ? I can try and contribute, if you could please help let me know what all things are still pending. I do see the list of items that are to be done, but my knowledge about allure is pretty basic and so I would need a bit of hand holding :) |
@baev, any updates on Karate DSL support? |
hi @baev, I'm currently working with the latest version of Karate DSL and could help you with implementing and testing the integration. Thanks! |
@pavlo-sv awesome! It's been a while since I started my work on this and I have no time to finish the task. Feel free to pick use this branch as a baseline for your work or you can implement allure-karate integration from the scratch if you want. I'll be happy to review it and give you some advice if you need any |
# Conflicts: # allure-karate/src/test/java/io/qameta/allure/karate/AllureKarateTest.java # allure-karate/src/test/resources/testdata/demo-01.feature # allure-karate/src/test/resources/testdata/parametrized-test.feature
What is the status on this? Any plan to have it deployed? |
@npolyakova Anything we can do to help you with this plugin? |
Context
Adds karate framework https://github.com/intuit/karate integration
fixes #540 allure-framework/allure2#1061
TODO:
Checklist