Samuel S
2015-04-20 23:57:41 UTC
Hi all,
The option to rerun failed tests at the end is useful, but I don't see way
for it to properly report the results.
Expected Result: If I run 5 tests during the first round and 1 fails...
then the second round that I run it, AND the failed test passes, then the
results should show all 5 tests as passing
Actual Result: The results overwrite each other instead of smartly
appending to the past results, so the result now only shows that 1 test
passed and ignores the fact that 4 other tests passed during the previous
run.
mvn -e verify -Pintegration-tests -Dcucumber.options="@rerun.txt"
@RunWith(Cucumber.class)
@CucumberOptions(format = {"rerun:rerun.txt", "com.trulia.infra.WebDriverInitFormatter",
"json:target/cucumber.json","html:target/cucumber"})
public class RunCukesIT {
}
Advice about this appreciated
The option to rerun failed tests at the end is useful, but I don't see way
for it to properly report the results.
Expected Result: If I run 5 tests during the first round and 1 fails...
then the second round that I run it, AND the failed test passes, then the
results should show all 5 tests as passing
Actual Result: The results overwrite each other instead of smartly
appending to the past results, so the result now only shows that 1 test
passed and ignores the fact that 4 other tests passed during the previous
run.
mvn -e verify -Pintegration-tests -Dcucumber.options="@rerun.txt"
@RunWith(Cucumber.class)
@CucumberOptions(format = {"rerun:rerun.txt", "com.trulia.infra.WebDriverInitFormatter",
"json:target/cucumber.json","html:target/cucumber"})
public class RunCukesIT {
}
Advice about this appreciated
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.