mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 10:38:32 +08:00
8 lines
351 B
Gherkin
8 lines
351 B
Gherkin
@agent-v2 @authenticated @agent-create @core
|
|
Feature: Agent v2 Roster creation
|
|
Scenario: Create an Agent from the Agent Roster
|
|
Given I am signed in as the default E2E admin
|
|
When I create an Agent v2 test agent from the Agent Roster
|
|
Then the created Agent v2 should open in Configure
|
|
And I should see the Agent v2 configure workspace
|