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

I want to see each command immediately as it is being executed #1473

Open
pvbemmelen62 opened this issue Jan 20, 2024 · 0 comments
Open

I want to see each command immediately as it is being executed #1473

pvbemmelen62 opened this issue Jan 20, 2024 · 0 comments

Comments

@pvbemmelen62
Copy link

pvbemmelen62 commented Jan 20, 2024

problem: feedback on the commands only once the table is complete, is too late
I want to see each command (i.e. line in Fitnesse script) as it is being executed. Only once the table is complete, is too late; some tables have many commands, and you have to wait a long time before you get feedback.

solution: show each command as it is being executed
Fitnesse pops up a window at the start of the script, that shows each command as it is being executed.
Maybe it is sufficient if only last n commands are shown.
Window closes when script ends.

alternative: write commands to file, so that a tail command will show it
This would make it more difficult to use because the user needs to start a tail command.

see pull request
Pull request is implementation that shows slim instructions in Swing window.
#1469

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

No branches or pull requests

1 participant