Hi,
Am I right that if you can’t utilize TestDrive in a BeforeAll block because BeforeAll runs before the Describe is executed and a TestDrive is created?
Hi,
Am I right that if you can’t utilize TestDrive in a BeforeAll block because BeforeAll runs before the Describe is executed and a TestDrive is created?
Sorta. The BeforeAll scriptblock is executed inside of the Describe block so the Describe block technically does get executed first. I’ve never actually tried to use TestDrive in a BeforeAll block before but I just did and it just stops the test completely. Weird. I’d recommend opening up a Github issue on that one.
Ok thanks Adam. I’ll open an issue.