Templates
DLest comes with pre-built templates for common testing scenarios.
Available Templates
Basic Template
npx dlest init --template=basic
Includes tests for:
- Page view tracking
- Button click tracking
- Form submission tracking
E-commerce Template
npx dlest init --template=ecommerce
Includes tests for:
- Product view tracking
- Add to cart events
- Purchase completion
- Complete funnel sequences
Next Steps
- See real-world examples
- Learn about writing tests