Allure Step Annotation Doesn't Work on ubuntu 22.04 and Windows 11 #2035
Replies: 3 comments 1 reply
-
![]()
|
Beta Was this translation helpful? Give feedback.
-
@baev Can you check in this project https://github.com/mourav2222/tests-cmd.git, branch windows, It don't work yet over the main function in the Class Tester. I have the project in the company |
Beta Was this translation helpful? Give feedback.
-
@baev Did you verificate with my project https://github.com/mourav2222/tests-cmd.git, branch windows? If i ran over junit5 launcher (to use later on the command line like java -jar <gutester.jar> ) all @step annotations are missing in the report. |
Beta Was this translation helpful? Give feedback.
-
Describe the Bug
https://github.com/allure-examples/allure-junit5-gradle.git
IntelliJ IDEA 2023.1.2 (Community Edition)
The @step annotations are missing in the Allure Report. See attchments
Steps to Reproduce
and import the project allure-examples/allure-junit5-gradle.git
Expected Behaviour
Step log: 'Parent annotated step with parameter xxxx' in the allure report
Screenshots or Additional Context
What Language are you using?
Java
What Framework/Allure Integration you are using?
allure-junit5 v5.6.2
What version of Allure Integration you are using?
2.8.1
What version of Allure Report you are using?
2.13.6
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions