```yaml testdriver/assert.yaml highlight={5,6}
version: 6.0.0
steps:
  - prompt: assert the testdriver login page shows
    commands:
      - command: assert
        expect: the TestDriver.ai Sandbox login page is displayed
```
