fix(deps): declare @babel/types, which the discovery parser imports #696
validate.yml
on: push
typecheck
13s
lint
18s
test-coverage
1m 10s
validate-examples
9s
bench-check
20s
security-audit
8s
validate-package
14s
integration-verifier
10s
branch-protection
10s
ci-summary
2s
Annotations
15 errors
|
branch-protection
Process completed with exit code 1.
|
|
integration-verifier
Process completed with exit code 1.
|
|
validate-package
Process completed with exit code 1.
|
|
lint
Process completed with exit code 1.
|
|
[e2e] tests/e2e/collection-quality.test.ts > colección de aspnet > every URL hangs off {{baseUrl}}:
tests/e2e/collection-quality.test.ts#L44
AssertionError: Login: expected '{{baseUrl_aspnet_home_runner_work_api…' to match /^\{\{baseUrl\}\}/
- Expected:
/^\{\{baseUrl\}\}/
+ Received:
"{{baseUrl_aspnet_home_runner_work_api-source-tanit_api-source-tanit_tests_fixtures_aspnet-comprehensive}}/api/auth/login"
❯ tests/e2e/collection-quality.test.ts:44:55
|
|
[e2e] tests/e2e/check-rpc.test.ts > check on GraphQL > the URI does not come out with a double slash:
tests/e2e/check-rpc.test.ts#L111
Error: ENOENT: no such file or directory, open '/tmp/check-rpc-eTTpeb/sample-graphql.postman_collection.json'
❯ tests/e2e/check-rpc.test.ts:111:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/check-rpc-eTTpeb/sample-graphql.postman_collection.json' }
|
|
[e2e] tests/e2e/check-rpc.test.ts > check on GraphQL > says WHICH one is missing, not only how many:
tests/e2e/check-rpc.test.ts#L94
Error: ENOENT: no such file or directory, open '/tmp/check-rpc-eTTpeb/sample-graphql.postman_collection.json'
❯ tests/e2e/check-rpc.test.ts:94:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/check-rpc-eTTpeb/sample-graphql.postman_collection.json' }
|
|
[e2e] tests/e2e/check-rpc.test.ts > check on GraphQL > detects that one operation is missing:
tests/e2e/check-rpc.test.ts#L76
Error: ENOENT: no such file or directory, open '/tmp/check-rpc-eTTpeb/sample-graphql.postman_collection.json'
❯ tests/e2e/check-rpc.test.ts:76:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/check-rpc-eTTpeb/sample-graphql.postman_collection.json' }
|
|
[e2e] tests/e2e/check-rpc.test.ts > check on GraphQL > an up-to-date collection passes:
tests/e2e/check-rpc.test.ts#L70
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/e2e/check-rpc.test.ts:70:34
|
|
[e2e] tests/e2e/check-rpc.test.ts > check on GraphQL > counts the 5 operations, not 1:
tests/e2e/check-rpc.test.ts#L65
AssertionError: expected '(source: graphql via orchestrator)\n✘…' to match /Routes en source:\s+5/
- Expected:
/Routes en source:\s+5/
+ Received:
"(source: graphql via orchestrator)
✘ Collection not found at \"/tmp/check-rpc-eTTpeb/sample-graphql.postman_collection.json\". Run `generate` first.
"
❯ tests/e2e/check-rpc.test.ts:65:17
|
|
[e2e] tests/e2e/check-after-generate.test.ts:
tests/e2e/check-after-generate.test.ts#L67
AssertionError: aspnet: generate failed before check
→ Resolved paths:
· Package root: /home/runner/work/api-source-tanit/api-source-tanit
· Project root: /tmp/check-tras-generar-uYF3fA/aspnet
· Routes dir: /tmp/check-tras-generar-uYF3fA/aspnet/routes
· Requests dir: /tmp/check-tras-generar-uYF3fA/aspnet/app/Http/Requests
· Output dir: /tmp/check-tras-generar-uYF3fA/aspnet/tanit
· Collection: /tmp/check-tras-generar-uYF3fA/aspnet/tanit/<nombre-del-proyecto>.postman_collection.json
→ Orchestrator: framework=aspnet
· 8 routes in code, 8 specs (with rules: 3, without: 5).
→ Framework-agnostic inference: 0 bodies + 4 query params filled in.
→ Auth: no login endpoint found (collection has no session flow).
→ Enriching with validation-rule variants…
· Body variants: 0
· Query variants: 0
· Rules resolved: 0
· Rules missing: 8
· 8 final requests (8 unique method+uri).
✘ 8 in the collection but NOT in the routes:
GET /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/users (List)
POST /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/users (Create)
GET /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/users/{{id}} (Show)
PUT /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/users/{{id}} (Update)
DELETE /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/users/{{id}} (Delete)
GET /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/orders (List)
POST /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/orders (Create)
GET /{{baseUrl_aspnet_tmp_check-tras-generar-uYF3fA_aspnet}}/api/v1/orders/{{id}} (Show)
✘ 8 in the routes but NOT in the collection:
GET //api/v1/users
POST //api/v1/users
GET //api/v1/users/{{id}}
PUT //api/v1/users/{{id}}
DELETE //api/v1/users/{{id}}
GET //api/v1/orders
POST //api/v1/orders
GET //api/v1/orders/{{id}}
→ Generation aborted.
: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/e2e/check-after-generate.test.ts:67:7
|
|
[e2e] tests/e2e/aspnet-comprehensive.test.ts > contrato de colección — aspnet-comprehensive > todas las urls arrancan en {{baseUrl}}:
tests/helpers/collection-contract.ts#L96
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/helpers/collection-contract.ts:96:67
|
|
[e2e] tests/e2e/aspnet-comprehensive.test.ts > contrato de colección — aspnet-comprehensive > toda {{variable}} usada está declarada:
tests/helpers/collection-contract.ts#L74
AssertionError: expected [ Array(1) ] to deeply equal []
- Expected
+ Received
- []
+ [
+ "baseUrl_aspnet_home_runner_work_api-source-tanit_api-source-tanit_tests_fixtures_aspnet-comprehensive",
+ ]
❯ tests/helpers/collection-contract.ts:74:26
|
|
[e2e] tests/e2e/aspnet-comprehensive.test.ts > contrato de colección — aspnet-comprehensive > no incumple ninguna invariante de Postman v2.1.0:
tests/helpers/collection-contract.ts#L38
AssertionError: expected [ { severity: 'warning', …(2) } ] to deeply equal []
- Expected
+ Received
- []
+ [
+ {
+ "message": "{{baseUrl_aspnet_home_runner_work_api-source-tanit_api-source-tanit_tests_fixtures_aspnet-comprehensive}} is not declared in the collection's variables",
+ "path": "$/{{baseUrl Aspnet Home Runner Work Api Source Tanit Api Source Tanit Tests Fixtures Aspnet Comprehensive}}/Login",
+ "severity": "warning",
+ },
+ ]
❯ tests/helpers/collection-contract.ts:38:53
|
|
ci-summary
Process completed with exit code 127.
|