Skip to content

Commit bac65c9

Browse files
chore: remove skipped column in workflow result table (#1948)
1 parent 8333ea3 commit bac65c9

File tree

19 files changed

+90
-97
lines changed

19 files changed

+90
-97
lines changed

__tests__/respect/case-insensitive-headers/__snapshots__/case-insensitive-headers.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ exports[`should send in request and proceed case-insensitive headers in runtime
2222
  Time: <test>ms
2323
2424
25-
┌───────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
26-
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
27-
├───────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
28-
│ ✓ case-insensitive-headers.yaml │ 1 │ 1 │ - │ - │ - │
29-
└───────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
25+
┌───────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
26+
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
27+
├───────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
28+
│ ✓ case-insensitive-headers.yaml │ 1 │ 1 │ - │ - │
29+
└───────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
3030
3131
3232
"

__tests__/respect/free-apis/__snapshots__/free-apis.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ exports[`free apis test case 1`] = `
4141
  Time: <test>ms
4242
4343
44-
┌───────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
45-
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
46-
├───────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
47-
│ x free.yaml │ 2 │ 1 │ 1 │ - │ - │
48-
└───────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
44+
┌───────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
45+
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
46+
├───────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
47+
│ x free.yaml │ 2 │ 1 │ 1 │ - │
48+
└───────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
4949
5050
5151

__tests__/respect/implicit/__snapshots__/implicit.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ exports[`should implicitly add content type header based on requestBody.content
8888
  Time: <test>ms
8989
9090
91-
┌───────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
92-
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
93-
├───────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
94-
│ ✓ implicit.yaml │ 1 │ 1 │ - │ - │ - │
95-
└───────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
91+
┌───────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
92+
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
93+
├───────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
94+
│ ✓ implicit.yaml │ 1 │ 1 │ - │ - │
95+
└───────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
9696
9797
9898
"

__tests__/respect/inputs-with-cli-and-env/__snapshots__/inputs-with-cli-and-env.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ exports[`should use inputs from CLI and env 1`] = `
167167
  Time: <test>ms
168168
169169
170-
┌──────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
171-
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
172-
├──────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
173-
│ ✓ inputs-with-cli-and-env.yaml │ 2 │ 2 │ - │ - │ - │
174-
└──────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
170+
┌──────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
171+
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
172+
├──────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
173+
│ ✓ inputs-with-cli-and-env.yaml │ 2 │ 2 │ - │ - │
174+
└──────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
175175
176176
177177
"

__tests__/respect/local-json-server/__snapshots__/local-json-server.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ exports[`local-json-server local-json-server test case 1`] = `
6565
  Time: <test>ms
6666
6767
68-
┌────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
69-
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
70-
├────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
71-
│ x local-json-server.yaml │ 3 │ 2 │ 1 │ - │ - │
72-
└────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
68+
┌────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
69+
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
70+
├────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
71+
│ x local-json-server.yaml │ 3 │ 2 │ 1 │ - │
72+
└────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
7373
7474
7575

__tests__/respect/mask-input-secrets/__snapshots__/mask-input-secrets.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ exports[`should hide sensitive input values 1`] = `
269269
  Time: <test>ms
270270
271271
272-
┌─────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
273-
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
274-
├─────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
275-
│ ✓ mask-input-secrets.yaml │ 2 │ 2 │ - │ - │ - │
276-
└─────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
272+
┌─────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
273+
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
274+
├─────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
275+
│ ✓ mask-input-secrets.yaml │ 2 │ 2 │ - │ - │
276+
└─────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
277277
278278
279279
"

__tests__/respect/max-steps/__snapshots__/max-steps.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ exports[`should quit an infinite loop on RESPECT_MAX_STEPS 1`] = `
152152
  Time: <test>ms
153153
154154
155-
┌─────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
156-
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
157-
├─────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
158-
│ x arazzo.yaml │ 1 │ 0 │ 1 │ - │ - │
159-
└─────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
155+
┌─────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
156+
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
157+
├─────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
158+
│ x arazzo.yaml │ 1 │ 0 │ 1 │ - │
159+
└─────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
160160
161161
162162

0 commit comments

Comments
 (0)