https://github.com/onflow/flow-cadence-hrt
Write your Cadence tests with human readable TOML
https://github.com/onflow/flow-cadence-hrt
Last synced: about 2 months ago
JSON representation
Write your Cadence tests with human readable TOML
- Host: GitHub
- URL: https://github.com/onflow/flow-cadence-hrt
- Owner: onflow
- License: apache-2.0
- Created: 2021-06-04T16:28:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T22:58:57.000Z (about 4 years ago)
- Last Synced: 2025-04-05T04:09:45.060Z (3 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cadence HRT - Human Readable Testing
This project aims to provide the ability to write tests for your Cadence code using TOML (or other human-readable formats in the future).
## Local Development
- Install dependencies
- `npm install`
- Compile Handlebars templates and output generated code to stdout
- `npm run generate`
Now you can test your TOML files with `node index.js ./toml/kibble.toml`