10 lines
375 B
Gherkin
10 lines
375 B
Gherkin
Feature: Session Module
|
|
As a developer using CleverAgents
|
|
I want to use the session module
|
|
So that I can run interactive sessions
|
|
|
|
Scenario: Initialize an interactive session via the application
|
|
Given I have a router for the session
|
|
When I start an interactive session via the app
|
|
Then the session should be initialized correctly for multi-router support
|