@camunda/e2e-test-suite 0.0.1097 → 0.0.1098

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,18 +8,24 @@ const sleep_1 = require("../../utils/sleep");
8
8
  const users_1 = require("../../utils/users");
9
9
  const testUser = (0, users_1.getTestUser)('fourteenthUser');
10
10
  let authToken;
11
+ // 8.9 ships the v1 AI Agent element template only: connectors stable/8.9 has
12
+ // no `agenticai-ai-agent-task.v2.json` and no AgentTaskV2Function, so the v2
13
+ // job type `io.camunda.agenticai:aiagent:task:2` has no worker subscribed to
14
+ // it on this version and the AI Agent task stays ACTIVE forever (no incident,
15
+ // no user task). The v2 fixtures in `resources/agentic_ai/` target 8.10; 8.9
16
+ // deploys the v1-template copies under `resources/agentic_ai/v1/`.
11
17
  const aiAgentTestCases = [
12
18
  {
13
19
  provider: 'openAI',
14
- bpmnPath: './resources/agentic_ai/ai-agent-chat-with-tools_open_ai.bpmn',
20
+ bpmnPath: './resources/agentic_ai/v1/ai-agent-chat-with-tools_open_ai.bpmn',
15
21
  },
16
22
  {
17
23
  provider: 'AWS',
18
- bpmnPath: './resources/agentic_ai/ai-agent-chat-with-tools_aws.bpmn',
24
+ bpmnPath: './resources/agentic_ai/v1/ai-agent-chat-with-tools_aws.bpmn',
19
25
  },
20
26
  {
21
27
  provider: 'Azure',
22
- bpmnPath: './resources/agentic_ai/ai-agent-chat-with-tools_azure.bpmn',
28
+ bpmnPath: './resources/agentic_ai/v1/ai-agent-chat-with-tools_azure.bpmn',
23
29
  },
24
30
  ];
25
31
  const dbVectorTestCases = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.1097",
3
+ "version": "0.0.1098",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",