-
Notifications
You must be signed in to change notification settings - Fork 344
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
Executing the previous run from command line #862
Comments
@BugDiver @riju91 What is the use case of this? It sounds like a good feature only if we could pass the number of times to repeat. This can be really useful when trying to replicate a intermitted issue. E.g. I guess the only problem will be reporting when running multiple times. |
@haroon-sheikh - this issue is a pre-requisite for getgauge/gauge-vscode#41 TLDR: we are implementing a feature in vscode plugin that will allow users to author implementation, and repeat scenario run without having to toggle between files. |
should be available in nightly >= 20-11-2017 |
Test cases
|
If gauge does not execute specs
What should be the behavior of re-run in such scenarios |
Show an info on the problems mentioned. |
Expected behavior Actual behavior Steps to replicate
|
Should be fixed in nightly >= 27-11-2017 |
Please find the failing test cases inline in the previous comment |
If the previous command is |
IMO, In this case this:
should be equivalent to:
This would imply that any test that passes in the 2nd run will not be repeated in the 3rd. |
For the repeat feature we store the last command in .gauge folder. So gauge init will now have .gauge directory created
Should be available in nightly >= 12-12-2017 |
User should be able to run the previous run from the command line.
Proposed behavior
--repeat
torun
subcommand.gauge run --repeat
command.The text was updated successfully, but these errors were encountered: