@holochain/tryorama

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

lint

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

test

tsx ts/test/index.ts

build

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

format

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

prepare

npm run lint

build:docs

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

test:local

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

test:trycp

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

prepublishOnly

npm run build

test:trycp:client

tsx ts/test/trycp/client.ts

test:local:scenario

tsx ts/test/local/scenario.ts

test:trycp:scenario

tsx ts/test/trycp/scenario.ts

test:local:conductor

tsx ts/test/local/conductor.ts

test:trycp:conductor

tsx ts/test/trycp/conductor.ts
npm i @holochain/[email protected]

Metadata

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

Downloads