@holochain/tryorama

v0.18.0-dev.0
Toolset to manage Holochain conductors and facilitate running test scenarios
holochain conductor test e2e trycp

build

rimraf ./lib && tsc && npm run build:docs

build:docs

api-extractor run --local && api-documenter markdown -i docs/temp -o docs

prepare

npm run lint

lint

eslint --fix --ext .ts ts/src ts/test .eslintrc.cjs

format

prettier --write "ts/**/*.ts"

test

tsx ts/test/index.ts

test:local

npm run test:local:conductor && npm run test:local:scenario

test:local:conductor

tsx ts/test/local/conductor.ts

test:local:scenario

tsx ts/test/local/scenario.ts

test:trycp

npm run test:trycp:client && npm run test:trycp:conductor && npm run test:trycp:scenario

test:trycp:client

tsx ts/test/trycp/client.ts

test:trycp:conductor

tsx ts/test/trycp/conductor.ts

test:trycp:scenario

tsx ts/test/trycp/scenario.ts

prepublishOnly

npm run build
npm i @holochain/tryorama

Metadata

  • MIT
  • >=18.0.0 || >=20.0.0
  • Holochain Foundation
  • released 10/10/2024

Downloads