Oo, assume works nicely in before ``` context(...
# minutest
d
Oo, assume works nicely in before
Copy code
context("can find a customer") {
        before {
            Assumptions.assumeTrue(testData.findCustomerSupported, "Skipping as findCustomer is not supported")
        }