@pipedream/testmo 0.3.0 → 0.3.1
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.
|
@@ -4,7 +4,7 @@ import testmo from "../../testmo.app.mjs";
|
|
|
4
4
|
export default {
|
|
5
5
|
key: "testmo-create-automation-run",
|
|
6
6
|
name: "Create Automation Run",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.4",
|
|
8
8
|
annotations: {
|
|
9
9
|
destructiveHint: false,
|
|
10
10
|
openWorldHint: true,
|
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
},
|
|
13
13
|
description: "Creates a new automation run in a target project in preparation for adding threads and test results. [See the documentation](https://docs.testmo.com/api/reference/automation-runs#post-projects-project_id-automation-runs)",
|
|
14
14
|
type: "action",
|
|
15
|
+
ai: "optimized",
|
|
15
16
|
props: {
|
|
16
17
|
testmo,
|
|
17
18
|
projectId: {
|