Skip to content

Commit 8bd114e

Browse files
committed
test(cli): update CLI E2E test results with new spectral rules
1 parent 244f8ed commit 8bd114e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cli/test_fixtures/validate_output_junit.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<testsuites tests="30" failures="0" errors="0" skipped="0">
2+
<testsuites tests="32" failures="0" errors="0" skipped="0">
33
<testsuite name="JSON Schema Validation" tests="1" failures="0"
44
errors="0" skipped="0">
55
<testcase name="JSON Schema Validation succeeded" />
66
</testsuite>
7-
<testsuite name="Spectral Suite" tests="29"
7+
<testsuite name="Spectral Suite" tests="31"
88
failures="0" errors="0" skipped="0">
99
<testcase name="architecture-has-nodes-relationships" />
1010
<testcase name="architecture-has-no-empty-properties" />
@@ -21,6 +21,8 @@
2121
<testcase name="architecture-nodes-must-be-referenced" />
2222
<testcase
2323
name="unique-ids-must-be-unique-in-architecture" />
24+
<testcase name="flow-transitions-references-existing-relationship-in-architecture" />
25+
<testcase name="flow-transitions-have-unique-sequence-numbers" />
2426
<testcase name="pattern-has-nodes-relationships" />
2527
<testcase name="pattern-has-no-empty-properties" />
2628
<testcase name="pattern-has-no-placeholder-properties-numerical" />

0 commit comments

Comments
 (0)