0

I read somewhere that if I start a table with |script| on a line by itself, without specifying a fixture name, FitNesse / Slim will reuse the fixture from the previous script table:

|script|my script table fixture|
|check|do something|ok|

Then something else happens, but later I want to keep using that fixture:

|script|
|check|do something else|ok|

But now I can't find where this is documented. It's not mentioned on the documentation page for script tables. Where is this feature actually described?

legoscia
  • 39,593
  • 22
  • 116
  • 167

1 Answers1

1

It is on the page you linked, although not too clearly:

 If there is no actor specified then the previous script table's actor on this test page will be used.

Fried Hoeben
  • 3,247
  • 16
  • 14