Skip to content

prakhar1009/daml-testing-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daml Testing Framework

A comprehensive testing framework for Daml smart contracts with property-based testing, scenario runners, and CI integration.

Features

  • Property-based testing (QuickCheck-style) for Daml contracts
  • Scenario test runner with parallel execution
  • Contract state assertion library
  • Fuzz testing for edge cases
  • HTML test report generation
  • GitHub Actions integration

Quick Start

daml build
daml test --all
# Or with the extended framework:
python3 -m dtf run tests/

About

Property-based and scenario testing framework for Daml smart contracts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors