chore(deps): bump undici from 6.21.1 to 6.21.2 #770
smoke-rebilly.yaml
on: pull_request
run-smoke-rebilly
29s
Annotations
2 errors
|
run-smoke-rebilly
Process completed with exit code 1.
|
|
__tests__/smoke-rebilly/rebilly.smoke.ts > rebilly test case:
__tests__/smoke-rebilly/rebilly.smoke.ts#L13
Error: Snapshot `rebilly test case 1` mismatched
- Expected
+ Received
"────────────────────────────────────────────────────────────────────────────────
Running workflow rebilly.arazzo.yaml / crud
- ✓ POST https://api-sandbox.rebilly.com/organizations/redocly/customers - step create-member
+ ✗ POST https://api-sandbox.rebilly.com/organizations/redocly/customers - step create-member
- ✓ success criteria check - $statusCode == 201
+ ✗ success criteria check - $statusCode == 201
-
- ✓ GET https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step read-member
+ ✗ unexpected error
+
+ ────────────────────────────────────────────────────────────────────────────────
+
+ Running workflow rebilly.arazzo.yaml / inherited
+
+ ✓ POST /customers - step add-user
- ✓ success criteria check - $statusCode == 200
- ✓ success criteria check - $response.body#/firstName == 'First'
- ✓ success criteria check - $response.body#/lastName == 'Last'
-
- ✓ PUT https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step update-member
+ ✓ status code check - $statusCode in [201, 401, 403, 409, 422]
+ ✓ content-type check
+ ✓ schema check
+
+
+ Failed tests info:
+
+ Workflow name: crud
+
+ stepId - create-member
- ✓ success criteria check - $statusCode == 200
- ✓ success criteria check - $response.body#/firstName == 'UpdatedName'
- ✓ success criteria check - $response.body#/lastName == 'Last'
- ✓ success criteria check - $response.body#/id == $steps.create-member.outputs...
-
- ✓ DELETE https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step delete-member
- ✓ success criteria check - $statusCode == 204
-
- ✓ GET https://api-sandbox.rebilly.com/organizations/redocly/customers/{id} - step read-non-existing-member
- ✓ success criteria check - $statusCode == 404
-
- ────────────────────────────────────────────────────────────────────────────────
-
- Running workflow rebilly.arazzo.yaml / inherited
-
- ✓ POST /customers - step add-user
- ✓ status code check - $statusCode in [201, 401, 403, 409, 422]
- ✓ content-type check
- ✓ schema check
-
-
+ ✗ success criteria check
+ Checking simple criteria: {"condition":"$statusCode == 201"}
+
+ ✗ unexpected error
+ Reason: Error in resolving runtime expression '$response.body#/id'.
+ This could be because the expression references a value from a previous failed step, or is trying to reference a variable that hasn't been set.
Summary for rebilly.arazzo.yaml
- Workflows: 2 passed, 2 total
+ Workflows: 1 passed, 1 failed, 2 total
- Steps: 6 passed, 6 total
+ Steps: 1 passed, 1 failed, 2 total
- Checks: 13 passed, 13 total
+ Checks: 3 passed, 2 failed, 5 total
Time: <test>ms
┌─────────────────────────────────────────────────────────────┬────────────┬─────────┬─────────┬──────────┐
│ Filename │ Workflows │ Passed │ Failed │ Warnings │
├─────────────────────────────────────────────────────────────┼────────────┼─────────┼─────────┼──────────┤
- │ ✓ rebilly.arazzo.yaml │ 2 │ 2 │ - │ - │
+ │ x rebilly.arazzo.yaml │ 2 │ 1 │ 1 │ - │
└─────────────────────────────────────────────────────────────┴────────────┴─────────┴─────────┴──────────┘
+ Tests exited with error
+
"
❯ __tests__/smoke-rebilly/rebilly.smoke.ts:13:18
|