Skip to content

Commit a547033

Browse files
authored
Populate the enterprise HTML e2e instance with more schemas (#883)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 1c0b546 commit a547033

72 files changed

Lines changed: 310 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

enterprise/e2e/html/hurl/list.all.hurl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ header "Last-Modified" exists
1212
jsonpath "$.path" == "/"
1313
jsonpath "$.url" == "{{base}}"
1414
jsonpath "$.breadcrumb" count == 0
15-
jsonpath "$.schemas" == 29
15+
jsonpath "$.schemas" == 94
1616
jsonpath "$.entries" count == 2
1717
jsonpath "$.entries[0].name" == "self"
1818
jsonpath "$.entries[0].title" == "Self"
@@ -23,8 +23,8 @@ jsonpath "$.entries[0].schemas" == 28
2323
jsonpath "$.entries[0].path" == "/self/"
2424
jsonpath "$.entries[1].name" == "test"
2525
jsonpath "$.entries[1].type" == "directory"
26-
jsonpath "$.entries[1].health" == 67
27-
jsonpath "$.entries[1].schemas" == 1
26+
jsonpath "$.entries[1].health" == 13
27+
jsonpath "$.entries[1].schemas" == 66
2828
jsonpath "$.entries[1].path" == "/test/"
2929

3030
POST {{base}}/self/v1/api/schemas/evaluate{{schema_path}}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"type": "string"
4+
}

0 commit comments

Comments
 (0)