forked from cleveragents/cleveragents-core
10 lines
306 B
Gherkin
10 lines
306 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: Run an interactive session
|
|
Given I have a router for the session
|
|
When I run an interactive session
|
|
Then the session should be executed correctly
|