chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import { Logger } from '@bpinternal/log4bot'
|
||||
|
||||
export type TestProps = {
|
||||
logger: Logger
|
||||
tmpDir: string
|
||||
workspaceId: string
|
||||
workspaceHandle: string
|
||||
token: string
|
||||
apiUrl: string
|
||||
tunnelUrl: string
|
||||
dependencies: Record<string, string | undefined>
|
||||
sdkPath?: string
|
||||
clientPath?: string
|
||||
}
|
||||
|
||||
export type Test = {
|
||||
name: string
|
||||
handler: (props: TestProps) => Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user