feat: Adds createProject and createJson tests for playbook-client.

This commit is contained in:
2024-12-15 11:59:50 -05:00
parent bc0b740f95
commit 6d0108da0c
5 changed files with 326 additions and 35 deletions

View File

@@ -1,6 +1,7 @@
import Foundation
enum PlaybookClientError: Error {
case encodingError
case projectDirectoryNotFound
case templateDirectoryNotFound
case templateDirectoryOrRepoNotSpecified