donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
16 lines • 623 B
TypeScript
import type { DonobuReport } from './model';
type FooterEnv = {
readonly GITHUB_RUN_ID?: string;
readonly GITHUB_RUN_NUMBER?: string;
readonly GITHUB_SERVER_URL?: string;
readonly GITHUB_REPOSITORY?: string;
readonly GITHUB_ACTOR?: string;
readonly GITHUB_REF_NAME?: string;
readonly CI_PIPELINE_URL?: string;
readonly CI_PIPELINE_IID?: string;
readonly GITLAB_USER_LOGIN?: string;
readonly CI_COMMIT_REF_NAME?: string;
};
export declare function renderPullRequestBody(report: DonobuReport, envData?: FooterEnv): string;
export {};
//# sourceMappingURL=renderPullRequestBody.d.ts.map