wisp-schema 1.4.0 → 1.5.0
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.
- checksums.yaml +4 -4
- data/canary-nouns.json +1 -1
- data/canary-wisp.json +4 -1
- data/lib/version.rb +2 -2
- data/nouns.json +1 -1
- data/stable/actions/comment.json +1 -0
- data/wisp.json +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e73f98b159f41d1a474b97c805a6524cdcb074f78c87814ce3d45ea656476b10
|
|
4
|
+
data.tar.gz: 5fe655578655fa555a51b9780125a81c17671dc8ebc3a0c5adcf6b49a793df52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ccd31577de8f3874228b0b8cbcadb3bcd9db61c080dbb24403cf894e0f55097807a3803436c553e111ed8f48abd80009e8fffe06a14c3fc497ac2f2ed9f9b44
|
|
7
|
+
data.tar.gz: d568bfc9df99e0d1a470e16a867c851dd8f93214546a90b0f34bb79f9f90c7700b74cdf0148fb2fea38d5fb2c5134a7558b2fc7a6ba2b5ac6f99e918446348a9
|
data/canary-nouns.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
14
14
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
15
15
|
"match_mode": {
|
|
16
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
|
16
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic"]
|
|
17
17
|
},
|
|
18
18
|
"ocr_expression": {
|
|
19
19
|
"title": "Expression to use for text matching",
|
data/canary-wisp.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
21
21
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
22
22
|
"match_mode": {
|
|
23
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
|
23
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic"]
|
|
24
24
|
},
|
|
25
25
|
"ocr_expression": {
|
|
26
26
|
"title": "Expression to use for text matching",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"title": "Wisp Verb",
|
|
63
63
|
"oneOf": [
|
|
64
64
|
{"$ref": "#/definitions/click"},
|
|
65
|
+
{"$ref": "#/definitions/comment"},
|
|
65
66
|
{"$ref": "#/definitions/double_click"},
|
|
66
67
|
{"$ref": "#/definitions/fill"},
|
|
67
68
|
{"$ref": "#/definitions/type"},
|
|
@@ -113,6 +114,8 @@
|
|
|
113
114
|
"action": {
|
|
114
115
|
"enum": ["comment"]
|
|
115
116
|
},
|
|
117
|
+
"delay_after": {"title": "Delay after in seconds", "type": "integer"},
|
|
118
|
+
"embedded_test_id": {"title": "Embedded Test ID", "type": "integer"},
|
|
116
119
|
"id": {"title": "Action ID", "type": "integer"},
|
|
117
120
|
"text": {"title": "Text", "type": "string"}
|
|
118
121
|
},
|
data/lib/version.rb
CHANGED
data/nouns.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
14
14
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
15
15
|
"match_mode": {
|
|
16
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
|
16
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic"]
|
|
17
17
|
},
|
|
18
18
|
"ocr_expression": {
|
|
19
19
|
"title": "Expression to use for text matching",
|
data/stable/actions/comment.json
CHANGED
data/wisp.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
21
21
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
|
22
22
|
"match_mode": {
|
|
23
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
|
23
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic"]
|
|
24
24
|
},
|
|
25
25
|
"ocr_expression": {
|
|
26
26
|
"title": "Expression to use for text matching",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"title": "Wisp Verb",
|
|
63
63
|
"oneOf": [
|
|
64
64
|
{"$ref": "#/definitions/click"},
|
|
65
|
+
{"$ref": "#/definitions/comment"},
|
|
65
66
|
{"$ref": "#/definitions/double_click"},
|
|
66
67
|
{"$ref": "#/definitions/fill"},
|
|
67
68
|
{"$ref": "#/definitions/type"},
|
|
@@ -113,6 +114,8 @@
|
|
|
113
114
|
"action": {
|
|
114
115
|
"enum": ["comment"]
|
|
115
116
|
},
|
|
117
|
+
"delay_after": {"title": "Delay after in seconds", "type": "integer"},
|
|
118
|
+
"embedded_test_id": {"title": "Embedded Test ID", "type": "integer"},
|
|
116
119
|
"id": {"title": "Action ID", "type": "integer"},
|
|
117
120
|
"text": {"title": "Text", "type": "string"}
|
|
118
121
|
},
|