wisp-schema 1.2.3 → 1.3.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-wisp.json +0 -18
- data/lib/version.rb +2 -2
- data/lib/wisp-schema.rb +0 -1
- data/wisp.json +0 -18
- metadata +1 -2
- data/stable/actions/loaded.json +0 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2712ecc18258f5cf1c8eb6e04d43148bc60c81118377db02b4516fe6ec77e21
|
|
4
|
+
data.tar.gz: 2d898cd3d372098667d1e0cb04b1ed239c41e2c80897a9920ddb47bf56bae72c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da76dbf0c9eedf5ada0644ef0e0b36acb2f139811dc2f086aef400a2cc31ace7c38ce718ddbbf693d3adb91ddffcb5f40a6e440cfb55cf55738f9b6d78f189d9
|
|
7
|
+
data.tar.gz: e3d86e0a79be92a449c92a4d73477731282fbfc84263811d9c3f6e6a102644c209bfe0f7f65d127babd169df27f55ed55d05f53aabc636356f53c73a30455e8f
|
data/canary-wisp.json
CHANGED
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
{"$ref": "#/definitions/tester_instruction"},
|
|
78
78
|
{"$ref": "#/definitions/embedded_test"},
|
|
79
79
|
{"$ref": "#/definitions/observe"},
|
|
80
|
-
{"$ref": "#/definitions/loaded"},
|
|
81
80
|
{"$ref": "#/definitions/tester_confirmation"}
|
|
82
81
|
]
|
|
83
82
|
},
|
|
@@ -402,23 +401,6 @@
|
|
|
402
401
|
"additionalProperties": false,
|
|
403
402
|
"required": ["action", "object", "visibility"]
|
|
404
403
|
},
|
|
405
|
-
"loaded": {
|
|
406
|
-
"type": "object",
|
|
407
|
-
"action_type": "assertion",
|
|
408
|
-
"title": "Loaded",
|
|
409
|
-
"description": "Checks if specified page has loaded",
|
|
410
|
-
"properties": {
|
|
411
|
-
"action": {
|
|
412
|
-
"enum": ["loaded"]
|
|
413
|
-
},
|
|
414
|
-
"embedded_test_id": {"title": "Embedded Test ID", "type": "integer"},
|
|
415
|
-
"id": {"title": "Action ID", "type": "integer"},
|
|
416
|
-
"delay_after": {"title": "Delay after in seconds", "type": "integer"},
|
|
417
|
-
"page": {"title": "Page", "type": "string"}
|
|
418
|
-
},
|
|
419
|
-
"additionalProperties": false,
|
|
420
|
-
"required": ["action", "page"]
|
|
421
|
-
},
|
|
422
404
|
"tester_confirmation": {
|
|
423
405
|
"type": "object",
|
|
424
406
|
"action_type": "assertion",
|
data/lib/version.rb
CHANGED
data/lib/wisp-schema.rb
CHANGED
data/wisp.json
CHANGED
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
{"$ref": "#/definitions/tester_instruction"},
|
|
78
78
|
{"$ref": "#/definitions/embedded_test"},
|
|
79
79
|
{"$ref": "#/definitions/observe"},
|
|
80
|
-
{"$ref": "#/definitions/loaded"},
|
|
81
80
|
{"$ref": "#/definitions/tester_confirmation"}
|
|
82
81
|
]
|
|
83
82
|
},
|
|
@@ -402,23 +401,6 @@
|
|
|
402
401
|
"additionalProperties": false,
|
|
403
402
|
"required": ["action", "object", "visibility"]
|
|
404
403
|
},
|
|
405
|
-
"loaded": {
|
|
406
|
-
"type": "object",
|
|
407
|
-
"action_type": "assertion",
|
|
408
|
-
"title": "Loaded",
|
|
409
|
-
"description": "Checks if specified page has loaded",
|
|
410
|
-
"properties": {
|
|
411
|
-
"action": {
|
|
412
|
-
"enum": ["loaded"]
|
|
413
|
-
},
|
|
414
|
-
"embedded_test_id": {"title": "Embedded Test ID", "type": "integer"},
|
|
415
|
-
"id": {"title": "Action ID", "type": "integer"},
|
|
416
|
-
"delay_after": {"title": "Delay after in seconds", "type": "integer"},
|
|
417
|
-
"page": {"title": "Page", "type": "string"}
|
|
418
|
-
},
|
|
419
|
-
"additionalProperties": false,
|
|
420
|
-
"required": ["action", "page"]
|
|
421
|
-
},
|
|
422
404
|
"tester_confirmation": {
|
|
423
405
|
"type": "object",
|
|
424
406
|
"action_type": "assertion",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wisp-schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Grodowski
|
|
@@ -57,7 +57,6 @@ files:
|
|
|
57
57
|
- stable/actions/drag_and_drop.json
|
|
58
58
|
- stable/actions/fill.json
|
|
59
59
|
- stable/actions/hover.json
|
|
60
|
-
- stable/actions/loaded.json
|
|
61
60
|
- stable/actions/navigate.json
|
|
62
61
|
- stable/actions/observe.json
|
|
63
62
|
- stable/actions/refresh.json
|
data/stable/actions/loaded.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"action_type": "assertion",
|
|
5
|
-
"title": "Loaded",
|
|
6
|
-
"description": "Checks if specified page has loaded",
|
|
7
|
-
"properties": {
|
|
8
|
-
"action": {
|
|
9
|
-
"enum": ["loaded"]
|
|
10
|
-
},
|
|
11
|
-
"id": {"title": "Action ID", "type": "integer"},
|
|
12
|
-
"delay_after": {"title": "Delay after in seconds", "type": "integer"},
|
|
13
|
-
"page": {"title": "Page", "type": "string"},
|
|
14
|
-
"version": {
|
|
15
|
-
"type": "string",
|
|
16
|
-
"title": "Version"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"additionalProperties": false,
|
|
20
|
-
"required": ["action", "page", "version"]
|
|
21
|
-
}
|