-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgrade to Allure 2? #3
Comments
I made a first stab at implementing Allure2 change in https://github.com/fhoeben/allure-fitnesse-listener/tree/allure2, and using these in https://github.com/fhoeben/sample-fitnesse-project/tree/allure2. It seems to work, but the advantage is not clear to me yet :-) |
There should be some advantages in using allure 2.
Thinking out loud, I'd say that when we create a reader/aggregator plugin to do the report conversion from already existing output, The allure listener could become obsolete, making it easier to use. (as a post-build action) Would have to dig in to how allure 2 works. |
I'm not using Allure so I'm not going to take the initiative to create it. If someone else (e.g. @tcnh or you) builds it, I'm willing to support/merge... |
At this point I have no urgent need for Allure 2 in my projects. The current listener and Allure 1 are currently sufficient, so it's not on my (already too long) to-do list right now. |
will this be released? or should we fork it and release it ourselves? |
Visually I see no difference between the reports generated by the v1 and v2 listeners. (other than that the V1 has better info and structure (packages tab) because the v2 branch is pretty far behind) |
True there is not much of a difference, however:
|
Could you describe what errors it's giving? I can take a look at getting allure2 branch functionally equivalent to 1.0.5 listener, then I see no reason to stick with V1 |
when adding -Pallure the tests are no longer executed. it just says: When removing -Pallure it executes all my tests. |
Can you share the allure profile from your pom.xml? |
Sure,
|
Could you try:
Use the site target to run the reporting part Using properties:
That should give you an allure2 report, including trend graphs, history, flakiness and new failed markers. (be sure to exclude history when cleaning):
|
Seems to run fine on openJDK 8, Using your example pom still result in no runnend test |
Ah, that could be a thing yes. I'm running everything on JDK8.. if you're able to debug a bit to see what can't be found inwhen using java 13... I expect that some JEE dependency is missing. The runner howerver fails silently in that kind of situation |
Just tested with openJDK13 on windows and test ran fine. So it seems to be osx specific.. I can't reproduce it as I have no Mac. Could you run with -X to see if that produces any error worth investigating? |
Allure1 is deprecated according to https://github.com/allure-framework/allure1
Should we upgrade to https://github.com/allure-framework/allure2. What would be impact and benefit?
The text was updated successfully, but these errors were encountered: