You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: