Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ exports[`should send in request and proceed case-insensitive headers in runtime
  Time: <test>ms


┌───────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
├───────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
│ ✓ case-insensitive-headers.yaml │ 1 │ 1 │ - │ - │ - │
└───────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
┌───────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├───────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
│ ✓ case-insensitive-headers.yaml │ 1 │ 1 │ - │ - │
└───────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘


"
Expand Down
10 changes: 5 additions & 5 deletions __tests__/respect/free-apis/__snapshots__/free-apis.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ exports[`free apis test case 1`] = `
  Time: <test>ms


┌───────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
├───────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
│ x free.yaml │ 2 │ 1 │ 1 │ - │ - │
└───────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
┌───────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├───────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
│ x free.yaml │ 2 │ 1 │ 1 │ - │
└───────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘



Expand Down
10 changes: 5 additions & 5 deletions __tests__/respect/implicit/__snapshots__/implicit.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ exports[`should implicitly add content type header based on requestBody.content
  Time: <test>ms


┌───────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
├───────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
│ ✓ implicit.yaml │ 1 │ 1 │ - │ - │ - │
└───────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
┌───────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├───────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
│ ✓ implicit.yaml │ 1 │ 1 │ - │ - │
└───────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘


"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ exports[`should use inputs from CLI and env 1`] = `
  Time: <test>ms


┌──────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
├──────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
│ ✓ inputs-with-cli-and-env.yaml │ 2 │ 2 │ - │ - │ - │
└──────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
┌──────────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├──────────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
│ ✓ inputs-with-cli-and-env.yaml │ 2 │ 2 │ - │ - │
└──────────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘


"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ exports[`local-json-server local-json-server test case 1`] = `
  Time: <test>ms


┌────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
├────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
│ x local-json-server.yaml │ 3 │ 2 │ 1 │ - │ - │
└────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
┌────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
│ x local-json-server.yaml │ 3 │ 2 │ 1 │ - │
└────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@ exports[`should hide sensitive input values 1`] = `
  Time: <test>ms


┌─────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
├─────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
│ ✓ mask-input-secrets.yaml │ 2 │ 2 │ - │ - │ - │
└─────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
┌─────────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├─────────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
│ ✓ mask-input-secrets.yaml │ 2 │ 2 │ - │ - │
└─────────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘


"
Expand Down
10 changes: 5 additions & 5 deletions __tests__/respect/max-steps/__snapshots__/max-steps.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ exports[`should quit an infinite loop on RESPECT_MAX_STEPS 1`] = `
  Time: <test>ms


┌─────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┬─────────
│ Filename │ Workflows │ Passed │ Failed │ Warnings │ Skipped │
├─────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┼─────────
│ x arazzo.yaml │ 1 │ 0 │ 1 │ - │ - │
└─────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┴─────────
┌─────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├─────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
│ x arazzo.yaml │ 1 │ 0 │ 1 │ - │
└─────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘



Expand Down
Loading
Loading