Structure which contains path to project root directory and a name of the project
@type t() :: %MixTester.Project{ env: %{required(String.t()) => String.t()}, name: String.t(), root: Path.t() }