withSuite( (new Suite('default')) ->withContexts(CliContext::class) ->withPaths('%paths.base%/features') ->withFilter(new TagFilter('~@wip')), ); return (new Config()) ->withProfile($profile);