@redocly/respect-core 0.0.0-snapshot.1744188073 → 0.0.0-snapshot.1744801622
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/arazzo-schema.js +35 -32
- package/lib/arazzo-schema.js.map +1 -1
- package/lib/consts.d.ts.map +1 -1
- package/lib/consts.js +6 -3
- package/lib/consts.js.map +1 -1
- package/lib/handlers/generate.d.ts +1 -1
- package/lib/handlers/generate.d.ts.map +1 -1
- package/lib/handlers/generate.js +17 -14
- package/lib/handlers/generate.js.map +1 -1
- package/lib/handlers/index.d.ts +2 -2
- package/lib/handlers/index.d.ts.map +1 -1
- package/lib/handlers/index.js +18 -2
- package/lib/handlers/index.js.map +1 -1
- package/lib/handlers/run.d.ts +1 -1
- package/lib/handlers/run.d.ts.map +1 -1
- package/lib/handlers/run.js +24 -21
- package/lib/handlers/run.js.map +1 -1
- package/lib/index.d.ts +4 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +6 -1
- package/lib/index.js.map +1 -1
- package/lib/modules/arazzo-description-generator/cleanup-test-description.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/cleanup-test-description.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/cleanup-test-description.js +4 -1
- package/lib/modules/arazzo-description-generator/cleanup-test-description.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.js +38 -11
- package/lib/modules/arazzo-description-generator/generate-arazzo-description.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-example-value.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/generate-example-value.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-example-value.js +8 -5
- package/lib/modules/arazzo-description-generator/generate-example-value.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.js +4 -1
- package/lib/modules/arazzo-description-generator/generate-inputs-arazzo-components.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-test-data-from-json-schema.js +32 -6
- package/lib/modules/arazzo-description-generator/generate-test-data-from-json-schema.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-inputs.js +4 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-inputs.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.d.ts +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.js +4 -1
- package/lib/modules/arazzo-description-generator/generate-workflow-security-parameters.js.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.d.ts +3 -2
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.js +10 -7
- package/lib/modules/arazzo-description-generator/generate-workflows-from-description.js.map +1 -1
- package/lib/modules/arazzo-description-generator/index.d.ts +8 -8
- package/lib/modules/arazzo-description-generator/index.d.ts.map +1 -1
- package/lib/modules/arazzo-description-generator/index.js +24 -8
- package/lib/modules/arazzo-description-generator/index.js.map +1 -1
- package/lib/modules/checks/checks.js +4 -1
- package/lib/modules/checks/checks.js.map +1 -1
- package/lib/modules/checks/index.d.ts +2 -2
- package/lib/modules/checks/index.d.ts.map +1 -1
- package/lib/modules/checks/index.js +18 -2
- package/lib/modules/checks/index.js.map +1 -1
- package/lib/modules/checks/severity.d.ts +2 -2
- package/lib/modules/checks/severity.d.ts.map +1 -1
- package/lib/modules/checks/severity.js +10 -6
- package/lib/modules/checks/severity.js.map +1 -1
- package/lib/modules/cli-output/calculate-tests-passed.d.ts +1 -1
- package/lib/modules/cli-output/calculate-tests-passed.d.ts.map +1 -1
- package/lib/modules/cli-output/calculate-tests-passed.js +4 -1
- package/lib/modules/cli-output/calculate-tests-passed.js.map +1 -1
- package/lib/modules/cli-output/display-checks.d.ts +1 -1
- package/lib/modules/cli-output/display-checks.d.ts.map +1 -1
- package/lib/modules/cli-output/display-checks.js +39 -36
- package/lib/modules/cli-output/display-checks.js.map +1 -1
- package/lib/modules/cli-output/display-errors.d.ts +1 -1
- package/lib/modules/cli-output/display-errors.d.ts.map +1 -1
- package/lib/modules/cli-output/display-errors.js +21 -18
- package/lib/modules/cli-output/display-errors.js.map +1 -1
- package/lib/modules/cli-output/display-files-summary-table.d.ts +1 -1
- package/lib/modules/cli-output/display-files-summary-table.d.ts.map +1 -1
- package/lib/modules/cli-output/display-files-summary-table.js +51 -25
- package/lib/modules/cli-output/display-files-summary-table.js.map +1 -1
- package/lib/modules/cli-output/display-summary.d.ts +1 -1
- package/lib/modules/cli-output/display-summary.d.ts.map +1 -1
- package/lib/modules/cli-output/display-summary.js +55 -29
- package/lib/modules/cli-output/display-summary.js.map +1 -1
- package/lib/modules/cli-output/index.d.ts +8 -8
- package/lib/modules/cli-output/index.d.ts.map +1 -1
- package/lib/modules/cli-output/index.js +24 -8
- package/lib/modules/cli-output/index.js.map +1 -1
- package/lib/modules/cli-output/json-logs.d.ts +1 -1
- package/lib/modules/cli-output/json-logs.d.ts.map +1 -1
- package/lib/modules/cli-output/json-logs.js +8 -5
- package/lib/modules/cli-output/json-logs.js.map +1 -1
- package/lib/modules/cli-output/mask-secrets.js +6 -2
- package/lib/modules/cli-output/mask-secrets.js.map +1 -1
- package/lib/modules/cli-output/verbose-logs.d.ts +1 -1
- package/lib/modules/cli-output/verbose-logs.d.ts.map +1 -1
- package/lib/modules/cli-output/verbose-logs.js +4 -1
- package/lib/modules/cli-output/verbose-logs.js.map +1 -1
- package/lib/modules/config-parser/get-value-from-context.d.ts +1 -1
- package/lib/modules/config-parser/get-value-from-context.d.ts.map +1 -1
- package/lib/modules/config-parser/get-value-from-context.js +21 -14
- package/lib/modules/config-parser/get-value-from-context.js.map +1 -1
- package/lib/modules/config-parser/handle-request-body-replacements.d.ts +1 -1
- package/lib/modules/config-parser/handle-request-body-replacements.d.ts.map +1 -1
- package/lib/modules/config-parser/handle-request-body-replacements.js +7 -4
- package/lib/modules/config-parser/handle-request-body-replacements.js.map +1 -1
- package/lib/modules/config-parser/index.d.ts +6 -6
- package/lib/modules/config-parser/index.d.ts.map +1 -1
- package/lib/modules/config-parser/index.js +22 -6
- package/lib/modules/config-parser/index.js.map +1 -1
- package/lib/modules/config-parser/parse-parameters.d.ts +1 -1
- package/lib/modules/config-parser/parse-parameters.d.ts.map +1 -1
- package/lib/modules/config-parser/parse-parameters.js +6 -2
- package/lib/modules/config-parser/parse-parameters.js.map +1 -1
- package/lib/modules/config-parser/parse-request-body.d.ts +2 -2
- package/lib/modules/config-parser/parse-request-body.d.ts.map +1 -1
- package/lib/modules/config-parser/parse-request-body.js +38 -15
- package/lib/modules/config-parser/parse-request-body.js.map +1 -1
- package/lib/modules/config-parser/resolve-reusable-component.d.ts +1 -1
- package/lib/modules/config-parser/resolve-reusable-component.d.ts.map +1 -1
- package/lib/modules/config-parser/resolve-reusable-component.js +6 -3
- package/lib/modules/config-parser/resolve-reusable-component.js.map +1 -1
- package/lib/modules/config-parser/resolve-reusable-object-reference.d.ts +1 -1
- package/lib/modules/config-parser/resolve-reusable-object-reference.d.ts.map +1 -1
- package/lib/modules/config-parser/resolve-reusable-object-reference.js +6 -3
- package/lib/modules/config-parser/resolve-reusable-object-reference.js.map +1 -1
- package/lib/modules/description-parser/bundle-openapi.js +14 -11
- package/lib/modules/description-parser/bundle-openapi.js.map +1 -1
- package/lib/modules/description-parser/extract-first-example.js +4 -1
- package/lib/modules/description-parser/extract-first-example.js.map +1 -1
- package/lib/modules/description-parser/get-operation-by-id.d.ts +1 -1
- package/lib/modules/description-parser/get-operation-by-id.d.ts.map +1 -1
- package/lib/modules/description-parser/get-operation-by-id.js +7 -4
- package/lib/modules/description-parser/get-operation-by-id.js.map +1 -1
- package/lib/modules/description-parser/get-operation-by-path.d.ts +2 -2
- package/lib/modules/description-parser/get-operation-by-path.d.ts.map +1 -1
- package/lib/modules/description-parser/get-operation-by-path.js +8 -5
- package/lib/modules/description-parser/get-operation-by-path.js.map +1 -1
- package/lib/modules/description-parser/get-operation-from-description.d.ts +3 -3
- package/lib/modules/description-parser/get-operation-from-description.d.ts.map +1 -1
- package/lib/modules/description-parser/get-operation-from-description.js +10 -6
- package/lib/modules/description-parser/get-operation-from-description.js.map +1 -1
- package/lib/modules/description-parser/get-request-body-schema.d.ts +1 -1
- package/lib/modules/description-parser/get-request-body-schema.d.ts.map +1 -1
- package/lib/modules/description-parser/get-request-body-schema.js +4 -1
- package/lib/modules/description-parser/get-request-body-schema.js.map +1 -1
- package/lib/modules/description-parser/get-request-data-from-openapi.d.ts +2 -2
- package/lib/modules/description-parser/get-request-data-from-openapi.d.ts.map +1 -1
- package/lib/modules/description-parser/get-request-data-from-openapi.js +14 -11
- package/lib/modules/description-parser/get-request-data-from-openapi.js.map +1 -1
- package/lib/modules/description-parser/get-response-schema.js +4 -1
- package/lib/modules/description-parser/get-response-schema.js.map +1 -1
- package/lib/modules/description-parser/index.d.ts +9 -9
- package/lib/modules/description-parser/index.d.ts.map +1 -1
- package/lib/modules/description-parser/index.js +25 -9
- package/lib/modules/description-parser/index.js.map +1 -1
- package/lib/modules/description-parser/remove-write-only-properties.d.ts +1 -1
- package/lib/modules/description-parser/remove-write-only-properties.d.ts.map +1 -1
- package/lib/modules/description-parser/remove-write-only-properties.js +4 -1
- package/lib/modules/description-parser/remove-write-only-properties.js.map +1 -1
- package/lib/modules/faker.js +20 -17
- package/lib/modules/faker.js.map +1 -1
- package/lib/modules/flow-runner/call-api-and-analyze-results.d.ts +2 -2
- package/lib/modules/flow-runner/call-api-and-analyze-results.d.ts.map +1 -1
- package/lib/modules/flow-runner/call-api-and-analyze-results.js +14 -11
- package/lib/modules/flow-runner/call-api-and-analyze-results.js.map +1 -1
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.d.ts +1 -1
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.js +5 -1
- package/lib/modules/flow-runner/context/create-runtime-expression-ctx.js.map +1 -1
- package/lib/modules/flow-runner/context/create-test-context.d.ts +2 -2
- package/lib/modules/flow-runner/context/create-test-context.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/create-test-context.js +28 -24
- package/lib/modules/flow-runner/context/create-test-context.js.map +1 -1
- package/lib/modules/flow-runner/context/index.d.ts +4 -4
- package/lib/modules/flow-runner/context/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/index.js +20 -4
- package/lib/modules/flow-runner/context/index.js.map +1 -1
- package/lib/modules/flow-runner/context/set-public-steps.d.ts +1 -1
- package/lib/modules/flow-runner/context/set-public-steps.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/set-public-steps.js +4 -1
- package/lib/modules/flow-runner/context/set-public-steps.js.map +1 -1
- package/lib/modules/flow-runner/context/set-public-workflows.d.ts +1 -1
- package/lib/modules/flow-runner/context/set-public-workflows.d.ts.map +1 -1
- package/lib/modules/flow-runner/context/set-public-workflows.js +9 -6
- package/lib/modules/flow-runner/context/set-public-workflows.js.map +1 -1
- package/lib/modules/flow-runner/error-message-matcher.js +6 -3
- package/lib/modules/flow-runner/error-message-matcher.js.map +1 -1
- package/lib/modules/flow-runner/get-server-url.d.ts +2 -2
- package/lib/modules/flow-runner/get-server-url.d.ts.map +1 -1
- package/lib/modules/flow-runner/get-server-url.js +8 -5
- package/lib/modules/flow-runner/get-server-url.js.map +1 -1
- package/lib/modules/flow-runner/get-test-description-from-file.d.ts +21 -2
- package/lib/modules/flow-runner/get-test-description-from-file.d.ts.map +1 -1
- package/lib/modules/flow-runner/get-test-description-from-file.js +47 -21
- package/lib/modules/flow-runner/get-test-description-from-file.js.map +1 -1
- package/lib/modules/flow-runner/get-workflows-to-run.d.ts +1 -1
- package/lib/modules/flow-runner/get-workflows-to-run.d.ts.map +1 -1
- package/lib/modules/flow-runner/get-workflows-to-run.js +9 -6
- package/lib/modules/flow-runner/get-workflows-to-run.js.map +1 -1
- package/lib/modules/flow-runner/index.d.ts +15 -15
- package/lib/modules/flow-runner/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/index.js +31 -15
- package/lib/modules/flow-runner/index.js.map +1 -1
- package/lib/modules/flow-runner/inputs/format-cli-inputs.js +4 -1
- package/lib/modules/flow-runner/inputs/format-cli-inputs.js.map +1 -1
- package/lib/modules/flow-runner/inputs/index.d.ts +2 -2
- package/lib/modules/flow-runner/inputs/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/inputs/index.js +18 -2
- package/lib/modules/flow-runner/inputs/index.js.map +1 -1
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.d.ts +1 -1
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.d.ts.map +1 -1
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.js +9 -3
- package/lib/modules/flow-runner/inputs/map-input-values-to-schema.js.map +1 -1
- package/lib/modules/flow-runner/outputs/index.d.ts +1 -1
- package/lib/modules/flow-runner/outputs/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/outputs/index.js +17 -1
- package/lib/modules/flow-runner/outputs/index.js.map +1 -1
- package/lib/modules/flow-runner/outputs/print-message.js +14 -9
- package/lib/modules/flow-runner/outputs/print-message.js.map +1 -1
- package/lib/modules/flow-runner/prepare-request.d.ts +3 -3
- package/lib/modules/flow-runner/prepare-request.d.ts.map +1 -1
- package/lib/modules/flow-runner/prepare-request.js +22 -19
- package/lib/modules/flow-runner/prepare-request.js.map +1 -1
- package/lib/modules/flow-runner/read-env-variables.js +30 -4
- package/lib/modules/flow-runner/read-env-variables.js.map +1 -1
- package/lib/modules/flow-runner/resolve-running-workflows.js +4 -1
- package/lib/modules/flow-runner/resolve-running-workflows.js.map +1 -1
- package/lib/modules/flow-runner/run-step.d.ts +1 -1
- package/lib/modules/flow-runner/run-step.d.ts.map +1 -1
- package/lib/modules/flow-runner/run-step.js +51 -48
- package/lib/modules/flow-runner/run-step.js.map +1 -1
- package/lib/modules/flow-runner/runner.d.ts +2 -2
- package/lib/modules/flow-runner/runner.d.ts.map +1 -1
- package/lib/modules/flow-runner/runner.js +52 -44
- package/lib/modules/flow-runner/runner.js.map +1 -1
- package/lib/modules/flow-runner/schema/index.d.ts +1 -1
- package/lib/modules/flow-runner/schema/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/schema/index.js +17 -1
- package/lib/modules/flow-runner/schema/index.js.map +1 -1
- package/lib/modules/flow-runner/schema/schema-checker.d.ts +1 -1
- package/lib/modules/flow-runner/schema/schema-checker.d.ts.map +1 -1
- package/lib/modules/flow-runner/schema/schema-checker.js +30 -24
- package/lib/modules/flow-runner/schema/schema-checker.js.map +1 -1
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.d.ts +1 -1
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.d.ts.map +1 -1
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.js +22 -19
- package/lib/modules/flow-runner/success-criteria/check-success-criteria.js.map +1 -1
- package/lib/modules/flow-runner/success-criteria/index.d.ts +2 -2
- package/lib/modules/flow-runner/success-criteria/index.d.ts.map +1 -1
- package/lib/modules/flow-runner/success-criteria/index.js +18 -2
- package/lib/modules/flow-runner/success-criteria/index.js.map +1 -1
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.d.ts +1 -1
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.d.ts.map +1 -1
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.js +12 -6
- package/lib/modules/flow-runner/success-criteria/validate-success-criteria.js.map +1 -1
- package/lib/modules/runtime-expressions/abnf-parser.d.ts +15 -0
- package/lib/modules/runtime-expressions/abnf-parser.d.ts.map +1 -0
- package/lib/modules/runtime-expressions/abnf-parser.js +2012 -0
- package/lib/modules/runtime-expressions/abnf-parser.js.map +1 -0
- package/lib/modules/runtime-expressions/evaluate.d.ts +1 -1
- package/lib/modules/runtime-expressions/evaluate.d.ts.map +1 -1
- package/lib/modules/runtime-expressions/evaluate.js +19 -14
- package/lib/modules/runtime-expressions/evaluate.js.map +1 -1
- package/lib/modules/runtime-expressions/index.d.ts +1 -1
- package/lib/modules/runtime-expressions/index.d.ts.map +1 -1
- package/lib/modules/runtime-expressions/index.js +17 -1
- package/lib/modules/runtime-expressions/index.js.map +1 -1
- package/lib/modules/runtime-expressions/lint.d.ts.map +1 -1
- package/lib/modules/runtime-expressions/lint.js +5 -4
- package/lib/modules/runtime-expressions/lint.js.map +1 -1
- package/lib/modules/runtime-expressions/replace-json-pointers.js +6 -3
- package/lib/modules/runtime-expressions/replace-json-pointers.js.map +1 -1
- package/lib/modules/timeout-timer/timer.js +9 -3
- package/lib/modules/timeout-timer/timer.js.map +1 -1
- package/lib/types.d.ts +8 -6
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js +2 -1
- package/lib/utils/ajv-errors.d.ts +1 -1
- package/lib/utils/ajv-errors.d.ts.map +1 -1
- package/lib/utils/ajv-errors.js +11 -5
- package/lib/utils/ajv-errors.js.map +1 -1
- package/lib/utils/api-fetcher.d.ts +2 -2
- package/lib/utils/api-fetcher.d.ts.map +1 -1
- package/lib/utils/api-fetcher.js +210 -195
- package/lib/utils/api-fetcher.js.map +1 -1
- package/lib/utils/check-circular-refs-in-schema.js +4 -1
- package/lib/utils/check-circular-refs-in-schema.js.map +1 -1
- package/lib/utils/clean-colors.js +4 -1
- package/lib/utils/clean-colors.js.map +1 -1
- package/lib/utils/cli-outputs.d.ts +1 -1
- package/lib/utils/cli-outputs.d.ts.map +1 -1
- package/lib/utils/cli-outputs.js +39 -25
- package/lib/utils/cli-outputs.js.map +1 -1
- package/lib/utils/delay.js +4 -1
- package/lib/utils/delay.js.map +1 -1
- package/lib/utils/env.js +6 -2
- package/lib/utils/env.js.map +1 -1
- package/lib/utils/exit-with-error.d.ts.map +1 -1
- package/lib/utils/exit-with-error.js +11 -3
- package/lib/utils/exit-with-error.js.map +1 -1
- package/lib/utils/file.js +4 -1
- package/lib/utils/file.js.map +1 -1
- package/lib/utils/get-nested-value.js +4 -1
- package/lib/utils/get-nested-value.js.map +1 -1
- package/lib/utils/har-logs/create-har-log.js +5 -2
- package/lib/utils/har-logs/create-har-log.js.map +1 -1
- package/lib/utils/har-logs/helpers/add-headers.js +4 -1
- package/lib/utils/har-logs/helpers/add-headers.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-headers.js +4 -1
- package/lib/utils/har-logs/helpers/build-headers.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-params.js +28 -2
- package/lib/utils/har-logs/helpers/build-params.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-request-cookies.js +28 -2
- package/lib/utils/har-logs/helpers/build-request-cookies.js.map +1 -1
- package/lib/utils/har-logs/helpers/build-response-cookies.js +28 -2
- package/lib/utils/har-logs/helpers/build-response-cookies.js.map +1 -1
- package/lib/utils/har-logs/helpers/get-agent.js +38 -12
- package/lib/utils/har-logs/helpers/get-agent.js.map +1 -1
- package/lib/utils/har-logs/helpers/get-duration.js +4 -1
- package/lib/utils/har-logs/helpers/get-duration.js.map +1 -1
- package/lib/utils/har-logs/helpers/get-input-url.js +4 -1
- package/lib/utils/har-logs/helpers/get-input-url.js.map +1 -1
- package/lib/utils/har-logs/helpers/handle-request.js +4 -1
- package/lib/utils/har-logs/helpers/handle-request.js.map +1 -1
- package/lib/utils/har-logs/index.d.ts +2 -2
- package/lib/utils/har-logs/index.d.ts.map +1 -1
- package/lib/utils/har-logs/index.js +18 -2
- package/lib/utils/har-logs/index.js.map +1 -1
- package/lib/utils/har-logs/with-har.js +51 -24
- package/lib/utils/har-logs/with-har.js.map +1 -1
- package/lib/utils/is-empty.js +4 -1
- package/lib/utils/is-empty.js.map +1 -1
- package/lib/utils/is-json.js +4 -1
- package/lib/utils/is-json.js.map +1 -1
- package/lib/utils/is-url.js +4 -1
- package/lib/utils/is-url.js.map +1 -1
- package/lib/utils/logger/logger.js +8 -3
- package/lib/utils/logger/logger.js.map +1 -1
- package/lib/utils/mtls/create-mtls-client.d.ts +1 -1
- package/lib/utils/mtls/create-mtls-client.d.ts.map +1 -1
- package/lib/utils/mtls/create-mtls-client.js +6 -3
- package/lib/utils/mtls/create-mtls-client.js.map +1 -1
- package/lib/utils/mtls/resolve-mtls-certificates.d.ts +1 -1
- package/lib/utils/mtls/resolve-mtls-certificates.d.ts.map +1 -1
- package/lib/utils/mtls/resolve-mtls-certificates.js +29 -3
- package/lib/utils/mtls/resolve-mtls-certificates.js.map +1 -1
- package/lib/utils/sort.js +4 -1
- package/lib/utils/sort.js.map +1 -1
- package/lib/utils/time.js +4 -1
- package/lib/utils/time.js.map +1 -1
- package/lib/utils/url.js +4 -1
- package/lib/utils/url.js.map +1 -1
- package/lib/utils/yaml.js +16 -11
- package/lib/utils/yaml.js.map +1 -1
- package/package.json +6 -6
- package/lib/modules/runtime-expressions/abnf-parser.cjs +0 -1993
- package/lib/utils/package.d.ts +0 -2
- package/lib/utils/package.d.ts.map +0 -1
- package/lib/utils/package.js +0 -4
- package/lib/utils/package.js.map +0 -1
|
@@ -1,32 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
const
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.displayChecks = displayChecks;
|
|
4
|
+
const colorette_1 = require("colorette");
|
|
5
|
+
const outdent_1 = require("outdent");
|
|
6
|
+
const url_1 = require("../../utils/url");
|
|
7
|
+
const is_json_1 = require("../../utils/is-json");
|
|
8
|
+
const cli_outputs_1 = require("../../utils/cli-outputs");
|
|
9
|
+
const logger_1 = require("../../utils/logger/logger");
|
|
10
|
+
const logger = logger_1.DefaultLogger.getInstance();
|
|
8
11
|
const MAX_CRITERIA_CONDITION_DISPLAY_LENGTH = 50;
|
|
9
|
-
|
|
12
|
+
function displayChecks(testNameToDisplay, checks, verboseLogs, verboseResponseLogs) {
|
|
10
13
|
const allChecksPassed = checks.every(({ passed }) => passed);
|
|
11
|
-
logger.log(` ${allChecksPassed ? green('✓') : red('✗')} ${blue(testNameToDisplay)}`);
|
|
14
|
+
logger.log(` ${allChecksPassed ? (0, colorette_1.green)('✓') : (0, colorette_1.red)('✗')} ${(0, colorette_1.blue)(testNameToDisplay)}`);
|
|
12
15
|
if (verboseLogs) {
|
|
13
|
-
logger.log(`${RESET_ESCAPE_CODE}\n` + (displayVerboseLogs(verboseLogs) || ''));
|
|
16
|
+
logger.log(`${cli_outputs_1.RESET_ESCAPE_CODE}\n` + (displayVerboseLogs(verboseLogs) || ''));
|
|
14
17
|
logger.printNewLine();
|
|
15
18
|
}
|
|
16
19
|
if (verboseResponseLogs) {
|
|
17
|
-
logger.log(`${RESET_ESCAPE_CODE}\n` + (displayVerboseLogs(verboseResponseLogs, 'response') || ''));
|
|
20
|
+
logger.log(`${cli_outputs_1.RESET_ESCAPE_CODE}\n` + (displayVerboseLogs(verboseResponseLogs, 'response') || ''));
|
|
18
21
|
logger.printNewLine();
|
|
19
22
|
}
|
|
20
23
|
logger.printNewLine();
|
|
21
24
|
for (const check of checks) {
|
|
22
|
-
logger.log(`${indent(displayCheckInfo(check, check.severity), 4)}\n`);
|
|
25
|
+
logger.log(`${(0, cli_outputs_1.indent)(displayCheckInfo(check, check.severity), 4)}\n`);
|
|
23
26
|
}
|
|
24
27
|
}
|
|
25
28
|
function displayCheckInfo(check, severity) {
|
|
26
29
|
const { name: checkName, passed, condition } = check;
|
|
27
|
-
const icon = passed ? green('✓') : severity === 'warn' ? yellow('⚠') : red('✗');
|
|
28
|
-
const color = passed ? green : red;
|
|
29
|
-
return `${icon} ${gray(checkName.toLowerCase())}${condition
|
|
30
|
+
const icon = passed ? (0, colorette_1.green)('✓') : severity === 'warn' ? (0, colorette_1.yellow)('⚠') : (0, colorette_1.red)('✗');
|
|
31
|
+
const color = passed ? colorette_1.green : colorette_1.red;
|
|
32
|
+
return `${icon} ${(0, colorette_1.gray)(checkName.toLowerCase())}${condition
|
|
30
33
|
? ` - ${color(condition.length > MAX_CRITERIA_CONDITION_DISPLAY_LENGTH
|
|
31
34
|
? condition.slice(0, MAX_CRITERIA_CONDITION_DISPLAY_LENGTH) + '...'
|
|
32
35
|
: condition)}`
|
|
@@ -35,53 +38,53 @@ function displayCheckInfo(check, severity) {
|
|
|
35
38
|
function displayVerboseLogs(logs, type = 'request') {
|
|
36
39
|
const { path, host, headerParams, body, statusCode } = logs;
|
|
37
40
|
const responseTime = process.env.NODE_ENV === 'test' ? '<test>' : logs.responseTime;
|
|
38
|
-
const urlString = indent(`Request URL: ${blue(combineUrl(host, path))}`, 4);
|
|
39
|
-
const requestHeadersString = indent(`Request Headers:`, 4);
|
|
40
|
-
const responseHeadersString = indent(`Response Headers:`, 4);
|
|
41
|
-
const requestBodyString = indent(`Request Body:`, 4);
|
|
42
|
-
const responseBodyString = indent(`Response Body:`, 4);
|
|
41
|
+
const urlString = (0, cli_outputs_1.indent)(`Request URL: ${(0, colorette_1.blue)((0, url_1.combineUrl)(host, path))}`, 4);
|
|
42
|
+
const requestHeadersString = (0, cli_outputs_1.indent)(`Request Headers:`, 4);
|
|
43
|
+
const responseHeadersString = (0, cli_outputs_1.indent)(`Response Headers:`, 4);
|
|
44
|
+
const requestBodyString = (0, cli_outputs_1.indent)(`Request Body:`, 4);
|
|
45
|
+
const responseBodyString = (0, cli_outputs_1.indent)(`Response Body:`, 4);
|
|
43
46
|
const headersString = generateHeaderString(headerParams || {});
|
|
44
47
|
const formattedBody = body
|
|
45
|
-
? isJSON(body)
|
|
48
|
+
? (0, is_json_1.isJSON)(body)
|
|
46
49
|
? JSON.stringify(JSON.parse(body), null, 2)
|
|
47
50
|
: body
|
|
48
51
|
: undefined;
|
|
49
52
|
const indentedBody = formattedBody
|
|
50
53
|
? formattedBody
|
|
51
54
|
.split('\n')
|
|
52
|
-
.map((line) => blue(indent(`${line}`, 6)))
|
|
55
|
+
.map((line) => (0, colorette_1.blue)((0, cli_outputs_1.indent)(`${line}`, 6)))
|
|
53
56
|
.join('\n')
|
|
54
57
|
: undefined;
|
|
55
58
|
const bodyString = indentedBody;
|
|
56
59
|
const requestOutput = [
|
|
57
60
|
logger.printNewLine(),
|
|
58
|
-
gray(urlString),
|
|
59
|
-
headersString && gray(requestHeadersString),
|
|
60
|
-
headersString && gray(headersString),
|
|
61
|
-
body && gray(requestBodyString),
|
|
61
|
+
(0, colorette_1.gray)(urlString),
|
|
62
|
+
headersString && (0, colorette_1.gray)(requestHeadersString),
|
|
63
|
+
headersString && (0, colorette_1.gray)(headersString),
|
|
64
|
+
body && (0, colorette_1.gray)(requestBodyString),
|
|
62
65
|
body && bodyString,
|
|
63
66
|
]
|
|
64
67
|
.filter(Boolean)
|
|
65
|
-
.join(`${RESET_ESCAPE_CODE}\n`);
|
|
68
|
+
.join(`${cli_outputs_1.RESET_ESCAPE_CODE}\n`);
|
|
66
69
|
const responseOutput = [
|
|
67
|
-
gray(indent('Response status code: ' + blue(statusCode), 4)),
|
|
68
|
-
gray(indent('Response time: ' + blue(responseTime), 4) + ' ms'),
|
|
69
|
-
headersString && gray(responseHeadersString),
|
|
70
|
-
headersString && gray(headersString),
|
|
71
|
-
body && gray(responseBodyString),
|
|
70
|
+
(0, colorette_1.gray)((0, cli_outputs_1.indent)('Response status code: ' + (0, colorette_1.blue)(statusCode), 4)),
|
|
71
|
+
(0, colorette_1.gray)((0, cli_outputs_1.indent)('Response time: ' + (0, colorette_1.blue)(responseTime), 4) + ' ms'),
|
|
72
|
+
headersString && (0, colorette_1.gray)(responseHeadersString),
|
|
73
|
+
headersString && (0, colorette_1.gray)(headersString),
|
|
74
|
+
body && (0, colorette_1.gray)(responseBodyString),
|
|
72
75
|
body && bodyString,
|
|
73
76
|
]
|
|
74
77
|
.filter(Boolean)
|
|
75
|
-
.join(`${RESET_ESCAPE_CODE}\n`);
|
|
76
|
-
return type === 'request' ? outdent `${requestOutput}` : outdent `${responseOutput}`;
|
|
78
|
+
.join(`${cli_outputs_1.RESET_ESCAPE_CODE}\n`);
|
|
79
|
+
return type === 'request' ? (0, outdent_1.outdent) `${requestOutput}` : (0, outdent_1.outdent) `${responseOutput}`;
|
|
77
80
|
}
|
|
78
81
|
function generateHeaderString(headerParams) {
|
|
79
82
|
let compiledString = '';
|
|
80
83
|
const entries = Object.entries(headerParams);
|
|
81
84
|
entries.forEach(([key, value], index) => {
|
|
82
|
-
compiledString = compiledString + indent(`${yellow(key)}: ${blue(value)}`, 6);
|
|
85
|
+
compiledString = compiledString + (0, cli_outputs_1.indent)(`${(0, colorette_1.yellow)(key)}: ${(0, colorette_1.blue)(value)}`, 6);
|
|
83
86
|
if (index < entries.length - 1) {
|
|
84
|
-
compiledString += `${RESET_ESCAPE_CODE}\n`;
|
|
87
|
+
compiledString += `${cli_outputs_1.RESET_ESCAPE_CODE}\n`;
|
|
85
88
|
}
|
|
86
89
|
});
|
|
87
90
|
return compiledString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-checks.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-checks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"display-checks.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-checks.ts"],"names":[],"mappings":";;AAaA,sCAwBC;AArCD,yCAA2D;AAC3D,qCAAkC;AAClC,yCAA6C;AAC7C,iDAA6C;AAC7C,yDAAoE;AACpE,sDAA0D;AAK1D,MAAM,MAAM,GAAG,sBAAa,CAAC,WAAW,EAAE,CAAC;AAC3C,MAAM,qCAAqC,GAAG,EAAE,CAAC;AAEjD,SAAgB,aAAa,CAC3B,iBAAyB,EACzB,MAAe,EACf,WAAwB,EACxB,mBAAgC;IAEhC,MAAM,eAAe,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC7D,MAAM,CAAC,GAAG,CAAC,KAAK,eAAe,CAAC,CAAC,CAAC,IAAA,iBAAK,EAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAA,eAAG,EAAC,GAAG,CAAC,IAAI,IAAA,gBAAI,EAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC;IAEtF,IAAI,WAAW,EAAE,CAAC;QAChB,MAAM,CAAC,GAAG,CAAC,GAAG,+BAAiB,IAAI,GAAG,CAAC,kBAAkB,CAAC,WAAW,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QAC/E,MAAM,CAAC,YAAY,EAAE,CAAC;IACxB,CAAC;IACD,IAAI,mBAAmB,EAAE,CAAC;QACxB,MAAM,CAAC,GAAG,CACR,GAAG,+BAAiB,IAAI,GAAG,CAAC,kBAAkB,CAAC,mBAAmB,EAAE,UAAU,CAAC,IAAI,EAAE,CAAC,CACvF,CAAC;QACF,MAAM,CAAC,YAAY,EAAE,CAAC;IACxB,CAAC;IACD,MAAM,CAAC,YAAY,EAAE,CAAC;IAEtB,KAAK,MAAM,KAAK,IAAI,MAAM,EAAE,CAAC;QAC3B,MAAM,CAAC,GAAG,CAAC,GAAG,IAAA,oBAAM,EAAC,gBAAgB,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IACxE,CAAC;AACH,CAAC;AAED,SAAS,gBAAgB,CAAC,KAAY,EAAE,QAAsB;IAC5D,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;IAErD,MAAM,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,IAAA,iBAAK,EAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,IAAA,kBAAM,EAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAA,eAAG,EAAC,GAAG,CAAC,CAAC;IAChF,MAAM,KAAK,GAAG,MAAM,CAAC,CAAC,CAAC,iBAAK,CAAC,CAAC,CAAC,eAAG,CAAC;IAEnC,OAAO,GAAG,IAAI,IAAI,IAAA,gBAAI,EAAC,SAAS,CAAC,WAAW,EAAE,CAAC,GAC7C,SAAS;QACP,CAAC,CAAC,MAAM,KAAK,CACT,SAAS,CAAC,MAAM,GAAG,qCAAqC;YACtD,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,qCAAqC,CAAC,GAAG,KAAK;YACnE,CAAC,CAAC,SAAS,CACd,EAAE;QACL,CAAC,CAAC,EACN,EAAE,CAAC;AACL,CAAC;AAED,SAAS,kBAAkB,CAAC,IAAgB,EAAE,OAA+B,SAAS;IACpF,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAC5D,MAAM,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;IAEpF,MAAM,SAAS,GAAG,IAAA,oBAAM,EAAC,gBAAgB,IAAA,gBAAI,EAAC,IAAA,gBAAU,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;IAC5E,MAAM,oBAAoB,GAAG,IAAA,oBAAM,EAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC;IAC3D,MAAM,qBAAqB,GAAG,IAAA,oBAAM,EAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC;IAC7D,MAAM,iBAAiB,GAAG,IAAA,oBAAM,EAAC,eAAe,EAAE,CAAC,CAAC,CAAC;IACrD,MAAM,kBAAkB,GAAG,IAAA,oBAAM,EAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IACvD,MAAM,aAAa,GAAG,oBAAoB,CAAC,YAAY,IAAI,EAAE,CAAC,CAAC;IAC/D,MAAM,aAAa,GAAG,IAAI;QACxB,CAAC,CAAC,IAAA,gBAAM,EAAC,IAAI,CAAC;YACZ,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;YAC3C,CAAC,CAAC,IAAI;QACR,CAAC,CAAC,SAAS,CAAC;IAEd,MAAM,YAAY,GAAG,aAAa;QAChC,CAAC,CAAC,aAAa;aACV,KAAK,CAAC,IAAI,CAAC;aACX,GAAG,CAAC,CAAC,IAAY,EAAE,EAAE,CAAC,IAAA,gBAAI,EAAC,IAAA,oBAAM,EAAC,GAAG,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;aACjD,IAAI,CAAC,IAAI,CAAC;QACf,CAAC,CAAC,SAAS,CAAC;IAEd,MAAM,UAAU,GAAG,YAAY,CAAC;IAEhC,MAAM,aAAa,GAAG;QACpB,MAAM,CAAC,YAAY,EAAE;QACrB,IAAA,gBAAI,EAAC,SAAS,CAAC;QACf,aAAa,IAAI,IAAA,gBAAI,EAAC,oBAAoB,CAAC;QAC3C,aAAa,IAAI,IAAA,gBAAI,EAAC,aAAa,CAAC;QACpC,IAAI,IAAI,IAAA,gBAAI,EAAC,iBAAiB,CAAC;QAC/B,IAAI,IAAI,UAAU;KACnB;SACE,MAAM,CAAC,OAAO,CAAC;SACf,IAAI,CAAC,GAAG,+BAAiB,IAAI,CAAC,CAAC;IAElC,MAAM,cAAc,GAAG;QACrB,IAAA,gBAAI,EAAC,IAAA,oBAAM,EAAC,wBAAwB,GAAG,IAAA,gBAAI,EAAC,UAAoB,CAAC,EAAE,CAAC,CAAC,CAAC;QACtE,IAAA,gBAAI,EAAC,IAAA,oBAAM,EAAC,iBAAiB,GAAG,IAAA,gBAAI,EAAC,YAAsB,CAAC,EAAE,CAAC,CAAC,GAAG,KAAK,CAAC;QACzE,aAAa,IAAI,IAAA,gBAAI,EAAC,qBAAqB,CAAC;QAC5C,aAAa,IAAI,IAAA,gBAAI,EAAC,aAAa,CAAC;QACpC,IAAI,IAAI,IAAA,gBAAI,EAAC,kBAAkB,CAAC;QAChC,IAAI,IAAI,UAAU;KACnB;SACE,MAAM,CAAC,OAAO,CAAC;SACf,IAAI,CAAC,GAAG,+BAAiB,IAAI,CAAC,CAAC;IAElC,OAAO,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,IAAA,iBAAO,EAAA,GAAG,aAAa,EAAE,CAAC,CAAC,CAAC,IAAA,iBAAO,EAAA,GAAG,cAAc,EAAE,CAAC;AACrF,CAAC;AAED,SAAS,oBAAoB,CAAC,YAAoC;IAChE,IAAI,cAAc,GAAG,EAAE,CAAC;IACxB,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAE7C,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,KAAK,EAAE,EAAE;QACtC,cAAc,GAAG,cAAc,GAAG,IAAA,oBAAM,EAAC,GAAG,IAAA,kBAAM,EAAC,GAAG,CAAC,KAAK,IAAA,gBAAI,EAAC,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;QAE9E,IAAI,KAAK,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC/B,cAAc,IAAI,GAAG,+BAAiB,IAAI,CAAC;QAC7C,CAAC;IACH,CAAC,CAAC,CAAC;IAEH,OAAO,cAAc,CAAC;AACxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-errors.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/display-errors.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAQ,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"display-errors.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/display-errors.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAQ,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAajE,wBAAgB,aAAa,CAAC,SAAS,EAAE,uBAAuB,EAAE,QAuDjE"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.displayErrors = displayErrors;
|
|
4
|
+
const colorette_1 = require("colorette");
|
|
5
|
+
const checks_1 = require("../checks");
|
|
6
|
+
const cli_outputs_1 = require("../../utils/cli-outputs");
|
|
7
|
+
const logger_1 = require("../../utils/logger/logger");
|
|
8
|
+
const logger = logger_1.DefaultLogger.getInstance();
|
|
6
9
|
function flattenNestedSteps(steps) {
|
|
7
10
|
return steps.flatMap((step) => {
|
|
8
11
|
if ('executedSteps' in step) {
|
|
@@ -11,14 +14,14 @@ function flattenNestedSteps(steps) {
|
|
|
11
14
|
return [step];
|
|
12
15
|
});
|
|
13
16
|
}
|
|
14
|
-
|
|
15
|
-
logger.log(`${RESET_ESCAPE_CODE}\n${indent(red('Failed tests info:'), 2)}\n`);
|
|
17
|
+
function displayErrors(workflows) {
|
|
18
|
+
logger.log(`${cli_outputs_1.RESET_ESCAPE_CODE}\n${(0, cli_outputs_1.indent)((0, colorette_1.red)('Failed tests info:'), 2)}\n`);
|
|
16
19
|
for (const workflow of workflows) {
|
|
17
20
|
const steps = flattenNestedSteps(workflow.executedSteps);
|
|
18
21
|
const hasProblems = steps.some((step) => step.checks.some((check) => !check.passed) && (!step.retriesLeft || step.retriesLeft === 0));
|
|
19
22
|
if (!hasProblems)
|
|
20
23
|
continue;
|
|
21
|
-
logger.log(`${RESET_ESCAPE_CODE}\n${indent(gray('Workflow name:'), 2)} ${underline(workflow.workflowId)}${RESET_ESCAPE_CODE}\n`);
|
|
24
|
+
logger.log(`${cli_outputs_1.RESET_ESCAPE_CODE}\n${(0, cli_outputs_1.indent)((0, colorette_1.gray)('Workflow name:'), 2)} ${(0, colorette_1.underline)(workflow.workflowId)}${cli_outputs_1.RESET_ESCAPE_CODE}\n`);
|
|
22
25
|
for (const step of steps) {
|
|
23
26
|
const failedStepChecks = step.checks.filter((check) => !check.passed);
|
|
24
27
|
if (!failedStepChecks.length)
|
|
@@ -26,27 +29,27 @@ export function displayErrors(workflows) {
|
|
|
26
29
|
if (step.retriesLeft && step.retriesLeft !== 0)
|
|
27
30
|
continue;
|
|
28
31
|
logger.printNewLine();
|
|
29
|
-
logger.log(indent(`${blue('stepId - ')}`, 4) +
|
|
30
|
-
(step?.stepId ? red(step.stepId) : red(step?.operationId || step?.operationPath || '')));
|
|
32
|
+
logger.log((0, cli_outputs_1.indent)(`${(0, colorette_1.blue)('stepId - ')}`, 4) +
|
|
33
|
+
(step?.stepId ? (0, colorette_1.red)(step.stepId) : (0, colorette_1.red)(step?.operationId || step?.operationPath || '')));
|
|
31
34
|
for (const failedCheckIndex in failedStepChecks) {
|
|
32
35
|
const { name, message, severity } = failedStepChecks[failedCheckIndex];
|
|
33
36
|
const showRespectInnerErrorMessage = [
|
|
34
|
-
CHECKS.UNEXPECTED_ERROR,
|
|
35
|
-
CHECKS.GLOBAL_TIMEOUT_ERROR,
|
|
36
|
-
CHECKS.MAX_STEPS_REACHED_ERROR,
|
|
37
|
+
checks_1.CHECKS.UNEXPECTED_ERROR,
|
|
38
|
+
checks_1.CHECKS.GLOBAL_TIMEOUT_ERROR,
|
|
39
|
+
checks_1.CHECKS.MAX_STEPS_REACHED_ERROR,
|
|
37
40
|
].includes(name);
|
|
38
41
|
const messageToDisplay = showRespectInnerErrorMessage
|
|
39
|
-
? indent(`Reason: ${message}`, 4)
|
|
40
|
-
: indent(`${removeExtraIndentation(message)}${RESET_ESCAPE_CODE}\n`, 6);
|
|
42
|
+
? (0, cli_outputs_1.indent)(`Reason: ${message}`, 4)
|
|
43
|
+
: (0, cli_outputs_1.indent)(`${(0, cli_outputs_1.removeExtraIndentation)(message)}${cli_outputs_1.RESET_ESCAPE_CODE}\n`, 6);
|
|
41
44
|
logger.printNewLine();
|
|
42
45
|
if (severity === 'error') {
|
|
43
|
-
logger.log(indent(`${red('✗')} ${gray(name.toLowerCase())}`, 4));
|
|
46
|
+
logger.log((0, cli_outputs_1.indent)(`${(0, colorette_1.red)('✗')} ${(0, colorette_1.gray)(name.toLowerCase())}`, 4));
|
|
44
47
|
}
|
|
45
48
|
else if (severity === 'off') {
|
|
46
|
-
logger.log(indent(`${gray('○')} ${gray(name.toLowerCase())} ${gray('(skipped)')}`, 4));
|
|
49
|
+
logger.log((0, cli_outputs_1.indent)(`${(0, colorette_1.gray)('○')} ${(0, colorette_1.gray)(name.toLowerCase())} ${(0, colorette_1.gray)('(skipped)')}`, 4));
|
|
47
50
|
}
|
|
48
51
|
else {
|
|
49
|
-
logger.log(indent(`${yellow('⚠')} ${gray(name.toLowerCase())}`, 4));
|
|
52
|
+
logger.log((0, cli_outputs_1.indent)(`${(0, colorette_1.yellow)('⚠')} ${(0, colorette_1.gray)(name.toLowerCase())}`, 4));
|
|
50
53
|
}
|
|
51
54
|
logger.printNewLine();
|
|
52
55
|
logger.log(`${messageToDisplay}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-errors.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-errors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"display-errors.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-errors.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-files-summary-table.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/display-files-summary-table.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"display-files-summary-table.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/display-files-summary-table.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAI3D,wBAAgB,wBAAwB,CACtC,WAAW,EAAE;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,OAAO,CAAC;IACrB,iBAAiB,EAAE,uBAAuB,EAAE,CAAC;IAC7C,IAAI,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;CACjD,EAAE,QAiFJ"}
|
|
@@ -1,10 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.displayFilesSummaryTable = displayFilesSummaryTable;
|
|
27
|
+
const colorette_1 = require("colorette");
|
|
28
|
+
const path = __importStar(require("path"));
|
|
29
|
+
const calculate_tests_passed_1 = require("./calculate-tests-passed");
|
|
30
|
+
const cli_outputs_1 = require("../../utils/cli-outputs");
|
|
31
|
+
const logger_1 = require("../../utils/logger/logger");
|
|
32
|
+
const logger = logger_1.DefaultLogger.getInstance();
|
|
33
|
+
function displayFilesSummaryTable(filesResult) {
|
|
8
34
|
const DEFAULT_FILENAME_PADDING = 40;
|
|
9
35
|
const maxFilenameLength = Math.max(...filesResult.map(({ file }) => path.basename(file).length + DEFAULT_FILENAME_PADDING));
|
|
10
36
|
const columns = [
|
|
@@ -16,11 +42,11 @@ export function displayFilesSummaryTable(filesResult) {
|
|
|
16
42
|
];
|
|
17
43
|
let output = '';
|
|
18
44
|
// Top line
|
|
19
|
-
output += `${gray(`┌${columns.map((col) => '─'.repeat(col.width + 2)).join('┬')}┐`)}\n`;
|
|
45
|
+
output += `${(0, colorette_1.gray)(`┌${columns.map((col) => '─'.repeat(col.width + 2)).join('┬')}┐`)}\n`;
|
|
20
46
|
// Header
|
|
21
|
-
output += `${gray(`│${columns.map((col) => ` ${col.name.padEnd(col.width)} `).join('│')}│`)}\n`;
|
|
47
|
+
output += `${(0, colorette_1.gray)(`│${columns.map((col) => ` ${col.name.padEnd(col.width)} `).join('│')}│`)}\n`;
|
|
22
48
|
// Separator
|
|
23
|
-
output += `${gray(`├${columns.map((col) => '─'.repeat(col.width + 2)).join('┼')}┤`)}\n`;
|
|
49
|
+
output += `${(0, colorette_1.gray)(`├${columns.map((col) => '─'.repeat(col.width + 2)).join('┼')}┤`)}\n`;
|
|
24
50
|
// Data rows
|
|
25
51
|
filesResult.forEach(({ file, executedWorkflows: workflows, argv }) => {
|
|
26
52
|
const fileName = path.basename(file);
|
|
@@ -33,35 +59,35 @@ export function displayFilesSummaryTable(filesResult) {
|
|
|
33
59
|
skippedWorkflowArgv && skippedWorkflowArgv.length
|
|
34
60
|
? executedWorkflows.filter(({ workflowId }) => !skippedWorkflowArgv.includes(workflowId))
|
|
35
61
|
: executedWorkflows;
|
|
36
|
-
const { workflows: testWorkflows } = calculateTotals(executedWorkflows);
|
|
37
|
-
const total = gray(testWorkflows.total.toString().padEnd(11));
|
|
38
|
-
const passed = green(testWorkflows.passed.toString().padEnd(8));
|
|
62
|
+
const { workflows: testWorkflows } = (0, calculate_tests_passed_1.calculateTotals)(executedWorkflows);
|
|
63
|
+
const total = (0, colorette_1.gray)(testWorkflows.total.toString().padEnd(11));
|
|
64
|
+
const passed = (0, colorette_1.green)(testWorkflows.passed.toString().padEnd(8));
|
|
39
65
|
const failed = testWorkflows.failed > 0
|
|
40
|
-
? red(testWorkflows.failed.toString().padEnd(8))
|
|
41
|
-
: gray('-'.padEnd(8));
|
|
66
|
+
? (0, colorette_1.red)(testWorkflows.failed.toString().padEnd(8))
|
|
67
|
+
: (0, colorette_1.gray)('-'.padEnd(8));
|
|
42
68
|
const warnings = testWorkflows.warnings > 0
|
|
43
|
-
? yellow(testWorkflows.warnings.toString().padEnd(9))
|
|
44
|
-
: gray('-'.padEnd(9));
|
|
69
|
+
? (0, colorette_1.yellow)(testWorkflows.warnings.toString().padEnd(9))
|
|
70
|
+
: (0, colorette_1.gray)('-'.padEnd(9));
|
|
45
71
|
// First pad the content, then add colors
|
|
46
72
|
const statusSymbol = testWorkflows.failed > 0 ? 'x' : '✓';
|
|
47
73
|
const paddedContent = `${statusSymbol} ${fileName}`.padEnd(maxFilenameLength + 1);
|
|
48
|
-
const fileNameWithStatus = testWorkflows.failed > 0 ? red(paddedContent) : green(paddedContent);
|
|
74
|
+
const fileNameWithStatus = testWorkflows.failed > 0 ? (0, colorette_1.red)(paddedContent) : (0, colorette_1.green)(paddedContent);
|
|
49
75
|
output +=
|
|
50
|
-
gray('│') +
|
|
76
|
+
(0, colorette_1.gray)('│') +
|
|
51
77
|
` ${fileNameWithStatus}` +
|
|
52
|
-
gray('│') +
|
|
78
|
+
(0, colorette_1.gray)('│') +
|
|
53
79
|
` ${total}` +
|
|
54
|
-
gray('│') +
|
|
80
|
+
(0, colorette_1.gray)('│') +
|
|
55
81
|
` ${passed}` +
|
|
56
|
-
gray('│') +
|
|
82
|
+
(0, colorette_1.gray)('│') +
|
|
57
83
|
` ${failed}` +
|
|
58
|
-
gray('│') +
|
|
84
|
+
(0, colorette_1.gray)('│') +
|
|
59
85
|
` ${warnings}` +
|
|
60
|
-
gray('│') +
|
|
86
|
+
(0, colorette_1.gray)('│') +
|
|
61
87
|
'\n';
|
|
62
88
|
});
|
|
63
89
|
// Bottom line
|
|
64
|
-
output += `${gray(`└${columns.map((col) => '─'.repeat(col.width + 2)).join('┴')}┘`)}${RESET_ESCAPE_CODE}\n`;
|
|
90
|
+
output += `${(0, colorette_1.gray)(`└${columns.map((col) => '─'.repeat(col.width + 2)).join('┴')}┘`)}${cli_outputs_1.RESET_ESCAPE_CODE}\n`;
|
|
65
91
|
// Add a single reset at the very end
|
|
66
92
|
logger.log(output);
|
|
67
93
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-files-summary-table.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-files-summary-table.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"display-files-summary-table.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-files-summary-table.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { WorkflowExecutionResult } from '../../types
|
|
1
|
+
import type { WorkflowExecutionResult } from '../../types';
|
|
2
2
|
export declare function displaySummary(startedAt: number, workflows: WorkflowExecutionResult[], argv?: {
|
|
3
3
|
workflow?: string[];
|
|
4
4
|
skip?: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-summary.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/display-summary.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAkB,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"display-summary.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/display-summary.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAkB,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAI3E,wBAAgB,cAAc,CAC5B,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,uBAAuB,EAAE,EACpC,IAAI,CAAC,EAAE;IAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,QAgC/D"}
|
|
@@ -1,16 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.displaySummary = displaySummary;
|
|
27
|
+
const outdent_1 = require("outdent");
|
|
28
|
+
const colorette_1 = require("colorette");
|
|
29
|
+
const path = __importStar(require("path"));
|
|
30
|
+
const time_1 = require("../../utils/time");
|
|
31
|
+
const calculate_tests_passed_1 = require("./calculate-tests-passed");
|
|
32
|
+
const cli_outputs_1 = require("../../utils/cli-outputs");
|
|
33
|
+
const flow_runner_1 = require("../flow-runner");
|
|
34
|
+
const logger_1 = require("../../utils/logger/logger");
|
|
35
|
+
const logger = logger_1.DefaultLogger.getInstance();
|
|
36
|
+
function displaySummary(startedAt, workflows, argv) {
|
|
11
37
|
const fileName = path.basename(argv?.file || '');
|
|
12
|
-
const workflowArgv = resolveRunningWorkflows(argv?.workflow) || [];
|
|
13
|
-
const skippedWorkflowArgv = resolveRunningWorkflows(argv?.skip) || [];
|
|
38
|
+
const workflowArgv = (0, flow_runner_1.resolveRunningWorkflows)(argv?.workflow) || [];
|
|
39
|
+
const skippedWorkflowArgv = (0, flow_runner_1.resolveRunningWorkflows)(argv?.skip) || [];
|
|
14
40
|
let executedWorkflows = workflowArgv && workflowArgv.length
|
|
15
41
|
? workflows.filter(({ workflowId }) => workflowArgv.includes(workflowId))
|
|
16
42
|
: workflows;
|
|
@@ -18,32 +44,32 @@ export function displaySummary(startedAt, workflows, argv) {
|
|
|
18
44
|
skippedWorkflowArgv && skippedWorkflowArgv.length
|
|
19
45
|
? executedWorkflows.filter(({ workflowId }) => !skippedWorkflowArgv.includes(workflowId))
|
|
20
46
|
: executedWorkflows;
|
|
21
|
-
const totals = calculateTotals(executedWorkflows);
|
|
22
|
-
const executionTime = getExecutionTime(startedAt);
|
|
47
|
+
const totals = (0, calculate_tests_passed_1.calculateTotals)(executedWorkflows);
|
|
48
|
+
const executionTime = (0, time_1.getExecutionTime)(startedAt);
|
|
23
49
|
logger.printNewLine();
|
|
24
|
-
logger.log(outdent `
|
|
25
|
-
${yellow(indent(`Summary for ${blue(fileName)}`, 2))}
|
|
26
|
-
${indent('', 2)}
|
|
27
|
-
${indent(formatWorkflowsTotals('Workflows:', totals.workflows), 2)}
|
|
28
|
-
${indent(formatTotals('Steps:', totals.steps), 2)}
|
|
29
|
-
${indent(formatTotals('Checks:', totals.checks), 2)}
|
|
30
|
-
${indent(inverse(`Time: ${executionTime}`), 2)}
|
|
50
|
+
logger.log((0, outdent_1.outdent) `
|
|
51
|
+
${(0, colorette_1.yellow)((0, cli_outputs_1.indent)(`Summary for ${(0, colorette_1.blue)(fileName)}`, 2))}
|
|
52
|
+
${(0, cli_outputs_1.indent)('', 2)}
|
|
53
|
+
${(0, cli_outputs_1.indent)(formatWorkflowsTotals('Workflows:', totals.workflows), 2)}
|
|
54
|
+
${(0, cli_outputs_1.indent)(formatTotals('Steps:', totals.steps), 2)}
|
|
55
|
+
${(0, cli_outputs_1.indent)(formatTotals('Checks:', totals.checks), 2)}
|
|
56
|
+
${(0, cli_outputs_1.indent)((0, colorette_1.inverse)(`Time: ${executionTime}`), 2)}
|
|
31
57
|
`);
|
|
32
58
|
logger.printNewLine();
|
|
33
59
|
logger.printNewLine();
|
|
34
60
|
}
|
|
35
61
|
function formatWorkflowsTotals(header, totals) {
|
|
36
|
-
return (bold(header) +
|
|
37
|
-
(totals.passed ? ` ${green(totals.passed + ' passed')},` : '') +
|
|
38
|
-
(totals.failed ? ` ${red(totals.failed + ' failed')},` : '') +
|
|
62
|
+
return ((0, colorette_1.bold)(header) +
|
|
63
|
+
(totals.passed ? ` ${(0, colorette_1.green)(totals.passed + ' passed')},` : '') +
|
|
64
|
+
(totals.failed ? ` ${(0, colorette_1.red)(totals.failed + ' failed')},` : '') +
|
|
39
65
|
` ${totals.total} total`);
|
|
40
66
|
}
|
|
41
67
|
function formatTotals(header, totals) {
|
|
42
|
-
return (bold(header) +
|
|
43
|
-
(totals.passed ? ` ${green(totals.passed + ' passed')},` : '') +
|
|
44
|
-
(totals.failed ? ` ${red(totals.failed + ' failed')},` : '') +
|
|
45
|
-
(totals.warnings ? ` ${yellow(totals.warnings + ' warnings')},` : '') +
|
|
46
|
-
(totals.skipped ? ` ${gray(totals.skipped + ' ignored')},` : '') +
|
|
68
|
+
return ((0, colorette_1.bold)(header) +
|
|
69
|
+
(totals.passed ? ` ${(0, colorette_1.green)(totals.passed + ' passed')},` : '') +
|
|
70
|
+
(totals.failed ? ` ${(0, colorette_1.red)(totals.failed + ' failed')},` : '') +
|
|
71
|
+
(totals.warnings ? ` ${(0, colorette_1.yellow)(totals.warnings + ' warnings')},` : '') +
|
|
72
|
+
(totals.skipped ? ` ${(0, colorette_1.gray)(totals.skipped + ' ignored')},` : '') +
|
|
47
73
|
` ${totals.total} total`);
|
|
48
74
|
}
|
|
49
75
|
//# sourceMappingURL=display-summary.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-summary.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-summary.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"display-summary.js","sourceRoot":"","sources":["../../../src/modules/cli-output/display-summary.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './display-summary
|
|
2
|
-
export * from './display-errors
|
|
3
|
-
export * from './display-checks
|
|
4
|
-
export * from './calculate-tests-passed
|
|
5
|
-
export * from './display-files-summary-table
|
|
6
|
-
export * from './verbose-logs
|
|
7
|
-
export * from './mask-secrets
|
|
8
|
-
export * from './json-logs
|
|
1
|
+
export * from './display-summary';
|
|
2
|
+
export * from './display-errors';
|
|
3
|
+
export * from './display-checks';
|
|
4
|
+
export * from './calculate-tests-passed';
|
|
5
|
+
export * from './display-files-summary-table';
|
|
6
|
+
export * from './verbose-logs';
|
|
7
|
+
export * from './mask-secrets';
|
|
8
|
+
export * from './json-logs';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/cli-output/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
|
|
@@ -1,9 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./display-summary"), exports);
|
|
18
|
+
__exportStar(require("./display-errors"), exports);
|
|
19
|
+
__exportStar(require("./display-checks"), exports);
|
|
20
|
+
__exportStar(require("./calculate-tests-passed"), exports);
|
|
21
|
+
__exportStar(require("./display-files-summary-table"), exports);
|
|
22
|
+
__exportStar(require("./verbose-logs"), exports);
|
|
23
|
+
__exportStar(require("./mask-secrets"), exports);
|
|
24
|
+
__exportStar(require("./json-logs"), exports);
|
|
9
25
|
//# sourceMappingURL=index.js.map
|