Giorgio Vespucci
12/11/2024, 3:04 PMbeforeTest/afterTest
, as follows, at context
level.
ShouldSpec {
beforeTest {
...
}
afterTest {
...
}
context("context) {
beforeTest {
...
}
should() {
...
}
afterTest {
...
}
}
}
TBH honest I didn't know it was possible...
Have I missed something in the documentation?
gratitude thank yousam
12/11/2024, 3:45 PMGiorgio Vespucci
12/11/2024, 4:05 PM