mirror of
https://github.com/langgenius/dify.git
synced 2026-07-23 12:08:33 +08:00
16 lines
544 B
Gherkin
16 lines
544 B
Gherkin
@apps @core
|
|
Feature: Use a shared workflow app
|
|
|
|
@unauthenticated
|
|
Scenario: Access a shared workflow app without authentication
|
|
Given a workflow app has been published and shared via API
|
|
When I open the shared app URL
|
|
Then the shared app page should be accessible
|
|
|
|
@unauthenticated
|
|
Scenario: Run a shared workflow app without authentication
|
|
Given a workflow app has been published and shared via API
|
|
When I open the shared app URL
|
|
And I run the shared workflow app
|
|
Then the shared workflow run should succeed
|