berkus / tumbler-glass

Automatically exported from code.google.com/p/tumbler-glass
0 stars 0 forks source link

Maven 'Build Failure' with Tumbler Scenarios running normally. #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In a Maven Project, added in pom.xml: dependency 
'pl.pragmatists.tumbler-0.3.0', 'org.freemarker-2.3.18' and the Tumbler Wiki 
Plugin to generate reports.
2. Create a class with a simple narrative of a basic scenario to execute with 
Selenium.
3. Run the goal 'mvn test -Dtest=<test-class-name>'.

What is the expected output? What do you see instead?
The output of the test run normally, but Maven gives 'Build Failure'.

What version of the product are you using? On what operating system?
Windows XP SP3; Eclipse Indigo; Maven 3.0.3; pl.pragmatists.tumbler-0.3.0 .

Please provide any additional information below.
The files are attached to reproduce the error.

P.S.
Tell me how help to translate the arguments of Tumbler to portuguese/pt_BR [I'm 
from Brazil :)]

Original issue reported on code.google.com by belarmino.andreluiz@gmail.com on 29 Jul 2011 at 1:54

Attachments:

GoogleCodeExporter commented 9 years ago
Hi
First, use normal TumblerRunner. You're now using TumblerJUnit44Runner with 
JUnit 4.8.1 - so it cannot work properly. Moreover you're using very old java 
version, try a new one if possible.
If it's still not ok, I'll try to help.

Second - if you send me a pt_BR translation of this file: 
http://code.google.com/p/tumbler-glass/source/browse/src/main/resources/tumbler/
internal/parsers/gherkin/gherkin_en.properties I'll incorporate it in the next 
version. 
If you want to use it already, just place your translation to the 
tumbler.internal.parsers.gherkin package in your project and it should be 
working fine.

Original comment by pawel.li...@pragmatists.pl on 29 Jul 2011 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by lipinski...@gmail.com on 4 Aug 2011 at 6:38