So the problem with that approach is that we can't...
# minutest
d
So the problem with that approach is that we can't add properties to tests, as their lambda is just the test code. But we could do
Copy code
"focus" annotate test("will run") {
                properties["focus"] = true
            }


            "focus" annotate context("focused inside not focused") {
                test("will run") {}
            }