Git Product home page Git Product logo

Comments (8)

dmakhno avatar dmakhno commented on May 18, 2024

@eroshenkoam
Can you please point me, when I have xml, what I should do to get json and html report?

from allure1.

dmakhno avatar dmakhno commented on May 18, 2024

Will jump from this https://github.com/allure-framework/allure-jenkins-plugin/blob/master/src/main/java/ru/yandex/qatools/allure/jenkins/AllureReportCollector.java#L53, tell me if there is some trick

from allure1.

eroshenkoam avatar eroshenkoam commented on May 18, 2024

if you have folders with allure xml results than you need to use AllureReportGenerator like this:

AllureReportGenerator allureReportGenerator = new AllureReportGenerator(allureInputDirectory);
allureReportGenerator.generate(allureOutputDirectory);

after that in allureOutputDirectory you will see the json's in the 'data' subdirectory

from allure1.

vania-pooh avatar vania-pooh commented on May 18, 2024

This one is planned for the nearest future.

from allure1.

vania-pooh avatar vania-pooh commented on May 18, 2024

@dmakhno Please look at the following repositories: https://github.com/allure-framework/allure-scalatest and https://github.com/allure-framework/allure-scalatest-example They contain a working adapter implementation. What I still don't get is how to annotate "should" blocks with method annotations like @title and so on. Any issues or proposals about it?

from allure1.

vania-pooh avatar vania-pooh commented on May 18, 2024

Btw, forgot to say that currently adapter is not deployed to Maven so in order to test the example you need to do "sbt publish-local".

from allure1.

vania-pooh avatar vania-pooh commented on May 18, 2024

Let's deploy adapter to Maven Central and then close this.

from allure1.

vania-pooh avatar vania-pooh commented on May 18, 2024

Deployed 1.3.9-SNAPSHOT to Maven Central. Need someone else to test the example.

from allure1.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.