Giter VIP home page Giter VIP logo

Comments (5)

kingsleyh avatar kingsleyh commented on July 19, 2024

Hi,

The version containing the screenshots is under the branch: https://github.com/masterthought/cucumber-reporting/tree/cucumber-reporting-1.0.8

try this one - I will be merging it back into master soon and releasing to maven central

--K

On 18 Feb 2013, at 17:28, restagner [email protected] wrote:

A recent release of cucumber-jvm (https://groups.google.com/d/msg/cukes/P2l2g277qdg/W5neBFizyuIJ & https://groups.google.com/d/msg/cukes/P2l2g277qdg/mT_m_E70tboJ), has fixed an issue with the JSON output that had prevented me from using the standalone version of cucumber-reporting. Recently, I've returned to the stand alone version of cucumber-reporting in an attempt to integrate this fantastic tool within our framework.

However, I've noticed that when running a test that fails, the screenshot information is not being displayed within the report, even though the JSON information is available within the output generated by cucumber. The following is just a snippet of the output generated by cucumber-jvm

"embeddings":[{"mime_type":"image/png","data":"iVBORw0KGgoAAAANSUhEUgAAA9QAAAZfCAYAAABqm
...

I have also noticed that the current version listed under github is 0.0.19-SNAPSHOT. I've attempted to search for version 0.0.18 on Maven's central repository without any luck (http://search.maven.org/).

Has 0.0.18 been published to Maven central? Does version 0.0.18 contain the fix for inserting screenshots (#4)?


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

restagner avatar restagner commented on July 19, 2024

Hi Kingsley,

Great!! I'll give that a try and keep my eye out for the upcoming release
to Maven central.

On a similar topic, since we do not use Jenkins (instead we use Bamboo), I
am using the maven-cucumber-reporting-mojo plugin (
https://github.com/masterthought/maven-cucumber-reporting-mojo). It's
working just fine and allows us to run the tests from the command-line.
The pom.xml of the
maven-cucumber-reporting-mojo plugin is using version 0.0.17 of the
cucumber-reporting dependency. Will this
mojo plugin continue to be synced up with the most recent version deployed
to Maven central?

On Mon, Feb 18, 2013 at 9:37 AM, Kingsley Hendrickse <
[email protected]> wrote:

Hi,

The version containing the screenshots is under the branch:
https://github.com/masterthought/cucumber-reporting/tree/cucumber-reporting-1.0.8

try this one - I will be merging it back into master soon and releasing to
maven central

--K

On 18 Feb 2013, at 17:28, restagner [email protected] wrote:

A recent release of cucumber-jvm (
https://groups.google.com/d/msg/cukes/P2l2g277qdg/W5neBFizyuIJ &
https://groups.google.com/d/msg/cukes/P2l2g277qdg/mT_m_E70tboJ), has
fixed an issue with the JSON output that had prevented me from using the
standalone version of cucumber-reporting. Recently, I've returned to the
stand alone version of cucumber-reporting in an attempt to integrate this
fantastic tool within our framework.

However, I've noticed that when running a test that fails, the
screenshot information is not being displayed within the report, even
though the JSON information is available within the output generated by
cucumber. The following is just a snippet of the output generated by
cucumber-jvm

"embeddings":[{"mime_type":"image/png","data":"iVBORw0KGgoAAAANSUhEUgAAA9QAAAZfCAYAAABqm

...

I have also noticed that the current version listed under github is
0.0.19-SNAPSHOT. I've attempted to search for version 0.0.18 on Maven's
central repository without any luck (http://search.maven.org/).

Has 0.0.18 been published to Maven central? Does version 0.0.18 contain
the fix for inserting screenshots (#4)?


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-13733391.

Regards,
Robert

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on July 19, 2024

hi - yes I have been super busy over the last few months - but I intend to keep the mojo inline with the main project. Actually I have recently written a plugin for another atlassian project - their plugins are mostly very similar to build perhaps I will get some time to make a bamboo plugin for the cucumber reports - if there is not already one.

--K

On 18 Feb 2013, at 18:12, restagner [email protected] wrote:

Hi Kingsley,

Great!! I'll give that a try and keep my eye out for the upcoming release
to Maven central.

On a similar topic, since we do not use Jenkins (instead we use Bamboo), I
am using the maven-cucumber-reporting-mojo plugin (
https://github.com/masterthought/maven-cucumber-reporting-mojo). It's
working just fine and allows us to run the tests from the command-line.
The pom.xml of the
maven-cucumber-reporting-mojo plugin is using version 0.0.17 of the
cucumber-reporting dependency. Will this
mojo plugin continue to be synced up with the most recent version deployed
to Maven central?

On Mon, Feb 18, 2013 at 9:37 AM, Kingsley Hendrickse <
[email protected]> wrote:

Hi,

The version containing the screenshots is under the branch:
https://github.com/masterthought/cucumber-reporting/tree/cucumber-reporting-1.0.8

try this one - I will be merging it back into master soon and releasing to
maven central

--K

On 18 Feb 2013, at 17:28, restagner [email protected] wrote:

A recent release of cucumber-jvm (
https://groups.google.com/d/msg/cukes/P2l2g277qdg/W5neBFizyuIJ &
https://groups.google.com/d/msg/cukes/P2l2g277qdg/mT_m_E70tboJ), has
fixed an issue with the JSON output that had prevented me from using the
standalone version of cucumber-reporting. Recently, I've returned to the
stand alone version of cucumber-reporting in an attempt to integrate this
fantastic tool within our framework.

However, I've noticed that when running a test that fails, the
screenshot information is not being displayed within the report, even
though the JSON information is available within the output generated by
cucumber. The following is just a snippet of the output generated by
cucumber-jvm

"embeddings":[{"mime_type":"image/png","data":"iVBORw0KGgoAAAANSUhEUgAAA9QAAAZfCAYAAABqm

...

I have also noticed that the current version listed under github is
0.0.19-SNAPSHOT. I've attempted to search for version 0.0.18 on Maven's
central repository without any luck (http://search.maven.org/).

Has 0.0.18 been published to Maven central? Does version 0.0.18 contain
the fix for inserting screenshots (#4)?


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-13733391.

Regards,
Robert

Reply to this email directly or view it on GitHub.

from cucumber-reporting.

restagner avatar restagner commented on July 19, 2024

Hi,

As far as I know, Atlassian does not have a cucumber plugin for Bamboo -- I
did some research about 4 months back, and could not locate a plugin. So,
if time permits, a Bamboo plugin would be extremely helpful.

On Mon, Feb 18, 2013 at 12:19 PM, Kingsley Hendrickse <
[email protected]> wrote:

hi - yes I have been super busy over the last few months - but I intend to
keep the mojo inline with the main project. Actually I have recently
written a plugin for another atlassian project - their plugins are mostly
very similar to build perhaps I will get some time to make a bamboo plugin
for the cucumber reports - if there is not already one.

--K

On 18 Feb 2013, at 18:12, restagner [email protected] wrote:

Hi Kingsley,

Great!! I'll give that a try and keep my eye out for the upcoming
release
to Maven central.

On a similar topic, since we do not use Jenkins (instead we use Bamboo),
I
am using the maven-cucumber-reporting-mojo plugin (
https://github.com/masterthought/maven-cucumber-reporting-mojo). It's
working just fine and allows us to run the tests from the command-line.
The pom.xml of the
maven-cucumber-reporting-mojo plugin is using version 0.0.17 of the
cucumber-reporting dependency. Will this
mojo plugin continue to be synced up with the most recent version
deployed
to Maven central?

On Mon, Feb 18, 2013 at 9:37 AM, Kingsley Hendrickse <
[email protected]> wrote:

Hi,

The version containing the screenshots is under the branch:

https://github.com/masterthought/cucumber-reporting/tree/cucumber-reporting-1.0.8

try this one - I will be merging it back into master soon and
releasing to
maven central

--K

On 18 Feb 2013, at 17:28, restagner [email protected] wrote:

A recent release of cucumber-jvm (
https://groups.google.com/d/msg/cukes/P2l2g277qdg/W5neBFizyuIJ &
https://groups.google.com/d/msg/cukes/P2l2g277qdg/mT_m_E70tboJ), has
fixed an issue with the JSON output that had prevented me from using
the
standalone version of cucumber-reporting. Recently, I've returned to
the
stand alone version of cucumber-reporting in an attempt to integrate
this
fantastic tool within our framework.

However, I've noticed that when running a test that fails, the
screenshot information is not being displayed within the report, even
though the JSON information is available within the output generated
by
cucumber. The following is just a snippet of the output generated by
cucumber-jvm

"embeddings":[{"mime_type":"image/png","data":"iVBORw0KGgoAAAANSUhEUgAAA9QAAAZfCAYAAABqm

...

I have also noticed that the current version listed under github is
0.0.19-SNAPSHOT. I've attempted to search for version 0.0.18 on
Maven's
central repository without any luck (http://search.maven.org/).

Has 0.0.18 been published to Maven central? Does version 0.0.18
contain
the fix for inserting screenshots (#4)?


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub<
https://github.com/masterthought/cucumber-reporting/issues/14#issuecomment-13733391>.

Regards,
Robert

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-13740903.

Regards,
Robert

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on July 19, 2024

Fixed now

from cucumber-reporting.

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.