0

How to use before and after hooks in serenity-js, without using Mocha? Any sample code available in the cook book?

divya
  • 1
  • 1

1 Answers1

0

Handling before and after hooks is the responsibility of a test runner, rather than Serenity/JS itself.

You can find out more in the documentation of both of the supported test runners:

Hope this helps! Jan

Jan Molak
  • 4,426
  • 2
  • 36
  • 32