13 lines
393 B
Gherkin
Raw Normal View History

@local
Feature: Testing Framework - Local Runner
Scenario: Run a local smoke scenario (tx + liveness)
Given deployer is "local"
2026-01-20 12:50:40 +01:00
And topology has 2 nodes
And run duration is 60 seconds
And wallets total funds is 1000000000 split across 50 users
And transactions rate is 1 per block
And expect consensus liveness
When run scenario
Then scenario should succeed