In order to test features that don't require authentication, then add @anon tag the global feature or to individual scenarios.

To test, I've copied the behat.local.yml.example file to behat.local.yml to delete the authentication information.

To run anonymous functions.
bin/behat --tags="anon"

Comments

KentBye’s picture

Status: Active » Fixed

I've gone ahead and committed changes to the following files marked with @anon:

@anon done about.feature
X advanced_search.feature
X book_page_status.feature
@anon casestudy.feature
X casestudy_authenticated.feature
@anon da_membership.feature
X docs_audience.feature
X docs_management.feature
@anon drupal70_page.feature
X edit_profile.feature
@anon forum_ad.feature
X forum_posts.feature
X forum_restrictions.feature
X frontpage_doc_update.feature
X handbook_comment_directions.feature
X handbook_metadata.feature
X homepage_preference.feature
@anon hosting_shared.feature
@anon latest_news.feature
@anon list_changes.feature
X list_changes_authenticated.feature
@anon list_changes_block.feature
@anon list_changes_feed.feature
X log_message_check.feature
X maintainers_permissions.feature
@anon marketplace.feature
@anon marketplace2.feature
@anon marketplace_categories.feature
@anon modules.feature
@anon news.feature
@anon packaging_whitelist.feature
@anon packaging_whitelist_feed.feature
@anon project_development_block.feature
X project_issues_user.feature
@anon project_search.feature
@anon projectsearch_issue_feed.feature
@anon registration_email_pattern.feature
@anon sandbox_development_block.feature
@anon search_irc_nicks.feature
@anon search_testing.feature
@anon security.feature
@anon security_contrib.feature
@anon security_contrib_feed.feature
@anon security_feed.feature
@anon security_psa.feature
@anon security_psa_feed.feature
@anon spotlight.feature
X user_admin_comments.feature
X user_admin_nodes.feature
X user_profile_emailaddresses.feature
X user_profile_language.feature
X user_profile_mentor.feature
X user_profile_sshkeys.feature
X your_posts.feature

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.