Skip to content
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

Can't get the startWith and RerunLastFailures features to work #718

Open
forceedge01 opened this issue May 6, 2022 · 0 comments
Open

Can't get the startWith and RerunLastFailures features to work #718

forceedge01 opened this issue May 6, 2022 · 0 comments

Comments

@forceedge01
Copy link

Fitnesse documentation details a way to run last failed tests from the command line here
http://fitnesse.org/FitNesse.FullReferenceGuide.UserGuide.WritingAcceptanceTests.TestSuites.TagsAndFilters

This would be incredibly useful in debugging tests and quickly running the failed ones again. I get an error when executing this via CLI or web.

Bootstrapping FitNesse, the fully integrated standalone wiki and acceptance testing framework.
root page: fitnesse.wiki.fs.FileSystemPage at ./FitNesseRoot#latest
logger: none
authenticator: fitnesse.authentication.PromiscuousAuthenticator
page factory: fitnesse.html.template.PageFactory
page theme: bootstrap
Starting FitNesse on port: 8085
Executing command: RerunLastFailures?suite&format=text
-----Command Output-----
java.lang.Exception: error loading page: 404
	at fitnesse.FitNesse.executeSingleCommand(FitNesse.java:91)
	at fitnesseMain.FitNesseMain.executeSingleCommand(FitNesseMain.java:121)
	at fitnesseMain.FitNesseMain.launch(FitNesseMain.java:95)
	at fitnesseMain.FitNesseMain.launchFitNesse(FitNesseMain.java:75)
	at fitnesseMain.FitNesseMain.launchFitNesse(FitNesseMain.java:54)
	at fitnesseMain.FitNesseMain.main(FitNesseMain.java:34)
make: *** [tests] Error 1

Any thoughts on this? I did run tests that have failed already and they show up in the history of Fitnesse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant