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

Please add debug functionality to "table template" , similar to "debug script" #33

Open
pvbemmelen62 opened this issue Feb 28, 2022 · 0 comments

Comments

@pvbemmelen62
Copy link

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:

  • 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.

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

No branches or pull requests

1 participant