Problem with linking manual test cases with Cucumber automated tests #3115
kristine-ivn
started this conversation in
TestOps
Replies: 2 comments 2 replies
-
Hi Allure team. Any thoughts? :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @kristine-ivn ! Feature: Labels
@allure.id:123
Scenario: Create new label for authorized user
When I open labels page
And I create label with title "hello"
Then I should see label with title "hello" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We are new clients of Allure TestOps and faced an issue with linking manual test cases to automated ones.
Setup was done according to the docs. Navigation from IntelliJ to Allure TestOps works fine, but the linking itself does not. Automated tests are written in Java + Cucumber. The system does not recognize the connection between manual test cases in TestOps and the corresponding feature/scenario names in Cucumber.
Tried different naming patterns, but no success.
Could you please clarify the correct way to structure test case names for linking? Some working examples would be very helpful.
part of .feature file:
Message we see:

Screenshot from Allure:

Thanks.
Beta Was this translation helpful? Give feedback.
All reactions