← Back to Explore

extended-assertions

Scenario step assertions verify transition events

transitions

Rundown


# Extended Assertions

## 1. First step

- PASS: CONTINUE
- FAIL: RETRY 1 STOP

```bash
rd echo "step one"
```

## 2. Second step

- PASS: COMPLETE

```bash
rd echo "step two"
```

Run

Auto-execution with step assertions validates transition events

Initializing...

Initializing...

Step/