E2E Testing Pipeline #80
e2e-testing.yml
on: schedule
Setup and Validate Environment
2m 4s
Matrix: marketplace-tests
Deployment Validation
0s
Notify Results
4s
Annotations
11 errors
|
Setup and Validate Environment:
src/orchestrator/graph.ts#L205
Argument of type '(state: ProjectState) => Promise<Partial<ProjectState>>' is not assignable to parameter of type 'NodeAction<ProjectState, SD extends SDZod ? UpdateType<ToStateDefinition<SD>> : Partial<S>, StateDefinition>'.
|
|
Setup and Validate Environment:
src/orchestrator/graph.ts#L143
No overload matches this call.
|
|
Setup and Validate Environment:
src/lib/supabase/server.ts#L24
Property 'set' does not exist on type 'Promise<ReadonlyRequestCookies>'.
|
|
Setup and Validate Environment:
src/lib/supabase/server.ts#L15
Property 'set' does not exist on type 'Promise<ReadonlyRequestCookies>'.
|
|
Setup and Validate Environment:
src/lib/supabase/server.ts#L11
Property 'get' does not exist on type 'Promise<ReadonlyRequestCookies>'.
|
|
Setup and Validate Environment:
src/hooks/useOptimizer.ts#L16
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
Setup and Validate Environment:
src/app/api/optimize/stats/route.ts#L10
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
Setup and Validate Environment:
src/app/api/optimize/recommendation/route.ts#L10
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
Setup and Validate Environment:
src/app/api/optimize/complete/route.ts#L10
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
Setup and Validate Environment:
src/agents/CodeArchitect.ts#L38
Type '{ fileStructure: any[]; estimatedComplexity: "simple" | "medium" | "complex"; estimatedTime: string; estimatedCost: number; summary?: string | undefined; stack?: TechnologyStack | undefined; databaseSchema?: DatabaseSchema | undefined; apiEndpoints?: ApiEndpoint[] | undefined; deploymentStrategy?: DeploymentStrategy...' is not assignable to type 'ProjectArchitecture'.
|
|
Aggregate Test Results
Process completed with exit code 1.
|