Returns the scope id for a group path.
path
String scopeIdForPath(List<String> path, {required String? packagePath}) { return buildPackageTestScopeId(packagePath, path); }