We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Any thoughts on this? I did run tests that have failed already and they show up in the history of Fitnesse.
The text was updated successfully, but these errors were encountered: