test-runner icon indicating copy to clipboard operation
test-runner copied to clipboard

[Feature] Add teardown() hook similar to setup()

Open jakubriedl opened this issue 3 years ago • 0 comments

It would be very useful to have teardown() hook similar to setup() so we can run code after all stories are tested.

One use-case is to write github test summary after tests finish. Which would be super useful for a11y tests.

But in principle there can be many things that afterAll or teardown function would be useful.

jakubriedl avatar May 23 '22 07:05 jakubriedl