agentsclimarketplace

Run tests

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/artisan-edge/run-tests

Run unit and integration tests for Catalyst-Relay. Use when asked to test, run tests, verify changes, or check if code works.From its SKILL.md

Install
npx -y skills add ComeOnOliver/skillshub --skill run-tests

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.9 KB, 438 tokens by cl100k_base, as published. Nobody here has run it

Running Tests

When to Use

  • User asks to run tests or verify changes
  • After implementing a feature or fix
  • Before committing or publishing

Unit Tests

bun test                      # All tests
bun test --watch              # Watch mode
bun test src/__tests__/core   # Specific directory

Node.js Compatibility Check

Before publishing, verify library imports work in Node:

node --experimental-strip-types -e "import('.')"

Integration Tests

Integration tests require SAP credentials and connect to a live SAP system.

Workflow

  1. Confirm environment variables are set (see below)
  2. Ask the user to run: ./test.bat <SAP_PASSWORD>
  3. Wait for user confirmation that tests completed
  4. Read test.output to see results

Environment Variables

VariableRequiredDescription
SAP_TEST_ADT_URLYesSAP ADT server URL
SAP_TEST_CLIENTYesSAP client number
SAP_TEST_USERNAMEYesSAP username
SAP_PASSWORDYesPassed to test.bat
SAP_TEST_PACKAGENoTarget package (default: $TMP)
SAP_TEST_TRANSPORTNoTransport request

See .env.templ for a template.

Test Coverage Map

Test FileCoverage
cds-workflow.test.tsCDS View + Access Control lifecycle
abap-class-workflow.test.tsABAP Class CRAUD
abap-program-workflow.test.tsABAP Program CRAUD
table-workflow.test.tsTable + data preview
discovery-workflow.test.tsPackages, tree, transports
search-workflow.test.tsSearch + where-used
data-preview-workflow.test.tsPreview on T000 table
upsert-workflow.test.tsCreate vs update detection

What ships with it

7.6 KB alongside SKILL.md

GitHub clipped this repository’s file list, so this is at least 1 file and may be more.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.