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
I would like to be able to step through the lines of a table template: before each line is executed, a pause popup should be shown with the text of the line about to be executed.
That would be similar to the behaviour of a "debug script" table .
With respect to syntax c.q. implementation that it would require:
It is easy to recognize the first line of a "debug script" table, because it always starts with "debug script"; whereas the the invocation of a table template, has in the first line the name of the table template; thus not a fixed string.
Maybe it would be easier to implement, by putting the word "debug" in the first line of the definition of the table template, and not on the first line where the table template is invoked. Drawback is, that all invocations would have the debug behaviour, not just the invocation that you are interested in.
table template: scenario without need to define all parameters in first line
https://github.com/praegus/toolchain-fitnesse-plugin
Pausing table
Usage
| debug script | instead of | script | This will pause execution before each script table row and prompt the user to continue of stop the test, informing the user what the next instruction will be.
The text was updated successfully, but these errors were encountered:
I would like to be able to step through the lines of a table template: before each line is executed, a pause popup should be shown with the text of the line about to be executed.
That would be similar to the behaviour of a "debug script" table .
With respect to syntax c.q. implementation that it would require:
It is easy to recognize the first line of a "debug script" table, because it always starts with "debug script"; whereas the the invocation of a table template, has in the first line the name of the table template; thus not a fixed string.
Maybe it would be easier to implement, by putting the word "debug" in the first line of the definition of the table template, and not on the first line where the table template is invoked. Drawback is, that all invocations would have the debug behaviour, not just the invocation that you are interested in.
For reference:
https://github.com/fhoeben/hsac-fitnesse-plugin
Slim tables:
https://github.com/praegus/toolchain-fitnesse-plugin
Pausing table
Usage
| debug script | instead of | script | This will pause execution before each script table row and prompt the user to continue of stop the test, informing the user what the next instruction will be.
The text was updated successfully, but these errors were encountered: