Skip to content

Conversation

@abdala
Copy link
Member

@abdala abdala commented Jul 16, 2025

It transfers the plugin import/creation responsability to the user

export type Plugin = RequireAtLeastOne<{
  arrange(args: unknown, basePath: string, testRunnerArgs?: unknown): Promise<boolean>
  act(args: unknown, basePath: string, testRunnerArgs?: unknown): Promise<boolean>
  assert(args: unknown, basePath: string, testRunnerArgs?: unknown): Promise<boolean>
  clean(args: unknown, basePath: string, testRunnerArgs?: unknown): Promise<boolean>
}>

@abdala abdala merged commit 54933c1 into main Jul 17, 2025
2 checks passed
@abdala abdala deleted the plugins-import branch July 17, 2025 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants