Skip to content

TestContext

Namespace: Scriptorium.Quill  Parent: Scriptorium.Quill.global

type TestContext =     {         Name : string         FilePath : string         Path : string list     }

Description

Context injected into test bodies that use the <c>fun t -&gt; …</c> signature. Carries the test’s own metadata so helpers (e.g. snapshot) can use it without the author having to repeat the test name.

Fields