mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
Migrates the existing e2e tests towards a cucumber bdd-style and utilizes the integration-test-runner package. Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com> Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
9 lines
270 B
Gherkin
9 lines
270 B
Gherkin
Feature: Anonymous Mode with Protocol Only
|
|
Background:
|
|
Given Protocol Only Anonymous Mode is enabled
|
|
|
|
Scenario: There is no primary navigation
|
|
Given User is not authenticated
|
|
When User visits the repository overview page
|
|
Then The login page is shown
|