mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-39232 behat Normalize feature tags according to component names
This commit is contained in:
parent
9b1dbe16db
commit
550d842e3c
@ -1,4 +1,4 @@
|
||||
@admin
|
||||
@core @core_admin
|
||||
Feature: Display extended course names
|
||||
In order to display more info about the courses
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@admin
|
||||
@core @core_admin
|
||||
Feature: An administrator can filter user accounts by role, cohort and other profile fields
|
||||
In order to find the user accounts I am looking for
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@admin @_only_local
|
||||
@core @core_admin @_only_local
|
||||
Feature: Upload users
|
||||
In order to add users to the system
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@tool_behat
|
||||
@tool @tool_behat
|
||||
Feature: Page contents assertions
|
||||
In order to write good tests
|
||||
As a tests writer
|
||||
|
@ -1,4 +1,4 @@
|
||||
@tool_behat
|
||||
@tool @tool_behat
|
||||
Feature: Set up contextual data for tests
|
||||
In order to write tests quickly
|
||||
As a moodle developer
|
||||
|
@ -1,4 +1,4 @@
|
||||
@tool_behat
|
||||
@tool @tool_behat
|
||||
Feature: Edit capabilities
|
||||
In order to extend and restrict moodle features
|
||||
As an admin or teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@tool_behat
|
||||
@tool @tool_behat
|
||||
Feature: List the system steps definitions
|
||||
In order to create new tests
|
||||
As a tests writer
|
||||
|
@ -1,4 +1,4 @@
|
||||
@tool_behat @core_form
|
||||
@tool @tool_behat
|
||||
Feature: Forms manipulation
|
||||
In order to interact with Moodle
|
||||
As a user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@tool_behat
|
||||
@tool @tool_behat
|
||||
Feature: Transform steps arguments
|
||||
In order to write tests with complex nasty arguments
|
||||
As a tests writer
|
||||
|
@ -1,4 +1,4 @@
|
||||
@tool_behat
|
||||
@tool @tool_behat
|
||||
Feature: Set up the testing environment
|
||||
In order to execute automated acceptance tests
|
||||
As a moodle developer
|
||||
|
@ -1,4 +1,4 @@
|
||||
@auth
|
||||
@core @core_auth
|
||||
Feature: Authentication
|
||||
In order to validate my credentials in the system
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@backup
|
||||
@core @core_backup
|
||||
Feature: Backup Moodle courses
|
||||
In order to save and store course contents
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@backup
|
||||
@core @core_backup
|
||||
Feature: Duplicate activities
|
||||
In order to set up my course contents quickly
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@backup
|
||||
@core @core_backup
|
||||
Feature: Import course's contents into another course
|
||||
In order to move and copy contents between courses
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@backup
|
||||
@core @core_backup
|
||||
Feature: Restore Moodle 2 course backups
|
||||
In order to continue using my stored course contents
|
||||
As a moodle teacher and as a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@badges @_only_local
|
||||
@core @core_badges @_only_local
|
||||
Feature: Add badges to the system
|
||||
In order to give badges to users for their achievements
|
||||
As an admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@award_badges @_only_local
|
||||
@core @core_badges @_only_local
|
||||
Feature: Award badges
|
||||
In order to award badges to users for their achievements
|
||||
As an admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_comment
|
||||
@block @block_comments
|
||||
Feature: Add a comment to the comments block
|
||||
In order to comment on a conversation or a topic
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_comment
|
||||
@block @block_comments
|
||||
Feature: Delete comment block messages
|
||||
In order to refine comment block's contents
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@blocks
|
||||
@core @core_block
|
||||
Feature: Add blocks
|
||||
In order to add more functionality to pages
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@blocks @admin
|
||||
@core @core_block
|
||||
Feature: Add and configure blocks throughout the site
|
||||
In order to maintain some patterns across all the site
|
||||
As a moodle manager
|
||||
|
@ -1,4 +1,4 @@
|
||||
@blocks
|
||||
@core @core_block
|
||||
Feature: Allowed blocks controls
|
||||
In order to prevent the use of some blocks
|
||||
As an admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@blog
|
||||
@core @core_blog
|
||||
Feature: Comment on a blog entry
|
||||
In order to respond to a blog post
|
||||
As a moodle user
|
||||
@ -75,4 +75,4 @@ Feature: Comment on a blog entry
|
||||
And I fill in "content" with "$My own >nasty< \"string\"!"
|
||||
And I follow "Save comment"
|
||||
And I wait "4" seconds
|
||||
Then I should see "$My own >nasty< \"string\"!"
|
||||
Then I should see "$My own >nasty< \"string\"!"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@admin @cohorts
|
||||
@core @core_cohort
|
||||
Feature: Add cohorts of users
|
||||
In order to create site-wide groups
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@admin @cohorts @_only_local
|
||||
@core @core_cohort @_only_local
|
||||
Feature: Upload users to a cohort
|
||||
In order to quickly fill site-wide groups with users
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_completion
|
||||
@core @core_completion
|
||||
Feature: Allow students to manually mark an activity as complete
|
||||
In order to let students decide when an activity is completed
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_completion
|
||||
@core @core_completion
|
||||
Feature: Restrict sections availability through completion conditions
|
||||
In order to control section's contents access through activities completion
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @_cross_browser
|
||||
@core @core_course @_cross_browser
|
||||
Feature: Toggle activities groups mode from the course page
|
||||
In order to split activities in groups
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @_cross_browser
|
||||
@core @core_course @_cross_browser
|
||||
Feature: Indent items on the course page
|
||||
In order to create a structured view of activities
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @_cross_browser
|
||||
@core @core_course @_cross_browser
|
||||
Feature: Toggle activities visibility from the course page
|
||||
In order to delay activities availability
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course
|
||||
@core @core_course
|
||||
Feature: Add activities to courses
|
||||
In order to provide tools for students learning
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course
|
||||
@core @core_course
|
||||
Feature: Edit course settings
|
||||
In order to set the course according to my teaching needs
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @_cross_browser
|
||||
@core @core_course @_cross_browser
|
||||
Feature: Force group mode in a course
|
||||
In order to use the same group mode all over the course
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @admin
|
||||
@core @core_course
|
||||
Feature: The maximum number of weeks/topics in a course can be configured
|
||||
In order to set boundaries to courses size
|
||||
As a moodle manager
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course
|
||||
@core @core_course
|
||||
Feature: Course paged mode
|
||||
In order to split the course in parts
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course
|
||||
@core @core_course
|
||||
Feature: Rename roles within a course
|
||||
In order to set course roles names according to their responsabilities
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @admin
|
||||
@core @core_course
|
||||
Feature: Restrict activities availability
|
||||
In order to prevent the use of some activities
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @_cross_browser
|
||||
@core @core_course @_cross_browser
|
||||
Feature: Topic's course sections highlighting
|
||||
In order to highlight parts of the course to students
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_course @_cross_browser
|
||||
@core @core_course @_cross_browser
|
||||
Feature: Show/hide course sections
|
||||
In order to delay sections availability
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@enrol_guest
|
||||
@enrol @enrol_guest
|
||||
Feature: Guest users can auto-enrol themself in courses where guest access is allowed
|
||||
In order to access courses contents
|
||||
As a guest
|
||||
|
@ -1,4 +1,4 @@
|
||||
@enrol_self
|
||||
@enrol @enrol_self
|
||||
Feature: Users can auto-enrol themself in courses where self enrolment is allowed
|
||||
In order to participate in courses
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_group
|
||||
@core @core_group
|
||||
Feature: Automatic creation of groups
|
||||
In order to quickly create groups
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_group
|
||||
@core @core_group
|
||||
Feature: Organize students into groups
|
||||
In order to organize course activities in groups
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_group
|
||||
@core @core_group
|
||||
Feature: Uniqueness of Group ID number
|
||||
In order to create unique groups and groupings
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@editor_tinymce
|
||||
@editor @editor_tinymce
|
||||
Feature: Add or remove items from the TinyMCE editor toolbar
|
||||
In order to customize the TinyMCE editor appearance
|
||||
As a moodle admin
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_message
|
||||
@core @core_message
|
||||
Feature: Block users from contacting me
|
||||
In order to block other users
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_message
|
||||
@core @core_message
|
||||
Feature: Manage contacts
|
||||
In order to easily access the users I interact more with
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_message
|
||||
@core @core_message
|
||||
Feature: Users can search their message history
|
||||
In order to read old messages
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_assign @_only_local
|
||||
@mod @mod_assign @_only_local
|
||||
Feature: In an assignment, students can upload files for assessment
|
||||
In order to complete my assignments providing files
|
||||
As a moodle student
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_assign
|
||||
@mod @mod_assign
|
||||
Feature: Group assignment submissions
|
||||
In order to allow students to work collaboratively on an assignment
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_assign
|
||||
@mod @mod_assign
|
||||
Feature: In an assignment, students can add and edit text online
|
||||
In order to complete my submissions online
|
||||
As a student
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_assign @mod
|
||||
@mod @mod_assign
|
||||
Feature: Prevent or allow assignment submission changes
|
||||
In order to control when a student can change his/her submission
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_choice
|
||||
@mod @mod_choice
|
||||
Feature: Add choice activity
|
||||
In order to ask questions as a choice of multiple responses
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_choice
|
||||
@mod @mod_choice
|
||||
Feature: A teacher can choose one of 4 options for publishing choice results
|
||||
In order to display choice activities outcomes
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_choice
|
||||
@mod @mod_choice
|
||||
Feature: A teacher can choose whether to publish choice activity results anonymously or showing names
|
||||
In order to keep students privacy or to give more info to students
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_forum
|
||||
@mod @mod_forum
|
||||
Feature: Add forum activities and discussions
|
||||
In order to discuss topics with other users
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_forum
|
||||
@mod @mod_forum
|
||||
Feature: Set a certain number of discussions as a completion condition for a forum
|
||||
In order to ensure students are participating on forums
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_forum
|
||||
@mod @mod_forum
|
||||
Feature: Students can choose from 4 discussion display options and their choice is remembered
|
||||
In order to read forum posts in a suitable view
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_forum
|
||||
@mod @mod_forum
|
||||
Feature: Students can edit or delete their forum posts within a set time limit
|
||||
In order to refine forum posts
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_forum
|
||||
@mod @mod_forum
|
||||
Feature: Teachers can edit or delete any forum post
|
||||
In order to refine the forum contents
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_forum
|
||||
@mod @mod_forum
|
||||
Feature: Single simple forum discussion type
|
||||
In order to restrict the discussion topic to one
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_forum
|
||||
@mod @mod_forum
|
||||
Feature: A teacher can set one of 3 possible options for tracking read forum posts
|
||||
In order to ease the forum posts follow up
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_glossary @mod
|
||||
@mod @mod_glossary
|
||||
Feature: A teacher can set whether glossary entries are always editable or not
|
||||
In order to ensure students think before adding new entries
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_glossary
|
||||
@mod @mod_glossary
|
||||
Feature: A teacher can choose whether to allow duplicate entries in a glossary
|
||||
In order to avoid confusion
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_glossary @mod
|
||||
@mod @mod_glossary
|
||||
Feature: A teacher can choose whether to provide a printer-friendly glossary entries list
|
||||
In order to print glossaries easily
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_glossary @mod
|
||||
@mod @mod_glossary
|
||||
Feature: Glossary entries can be searched or browsed by alphabet, category, date or author
|
||||
In order to find entries in a glossary
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_lesson @mod
|
||||
@mod @mod_lesson
|
||||
Feature: A teacher can set available from and deadline dates to access a lesson
|
||||
In order to schedule lesson activities
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_lesson @mod
|
||||
@mod @mod_lesson
|
||||
Feature: In a lesson activity, students can navigate through a series of pages in various ways depending upon their answers to questions
|
||||
In order to create a lesson with conditional paths
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_lesson @mod
|
||||
@mod @mod_lesson
|
||||
Feature: A teacher can password protect a lesson
|
||||
In order to avoid undesired accesses to lesson activities
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_lesson @mod
|
||||
@mod @mod_lesson
|
||||
Feature: A teacher can set a time limit for a lesson
|
||||
In order to restrict the time students have to complete a lesson
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_survey
|
||||
@mod @mod_survey
|
||||
Feature: A teacher can set three types of survey activity
|
||||
In order to use verified survey instruments
|
||||
As a moodle teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_wiki @mod
|
||||
@mod @mod_wiki
|
||||
Feature: A teacher can set a wiki to be collaborative or individual
|
||||
In order to allow both collaborative wikis and individual journals with history register
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_wiki @mod
|
||||
@mod @mod_wiki
|
||||
Feature: A history of each wiki page is available
|
||||
In order to know how a wiki page evolved over the time and how changed what
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_wiki @mod
|
||||
@mod @mod_wiki
|
||||
Feature: Edited wiki pages may be previewed before saving
|
||||
|
||||
Background:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod_wiki @mod
|
||||
@mod @mod_wiki
|
||||
Feature: There is a choice of formats for editing a wiki page
|
||||
In order to allow users to use their favorite wiki format
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_question
|
||||
@core @core_question
|
||||
Feature: A teacher can edit questions in the question bank
|
||||
In order to refine questions contents
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_question
|
||||
@core @core_question
|
||||
Feature: A teacher can preview questions in the question bank
|
||||
In order to ensure the questions are properly created
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_question
|
||||
@core @core_question
|
||||
Feature: A teacher can sort questions in the question bank
|
||||
In order to order the question bank's questions
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@repository_recent @_only_local
|
||||
@repository @repository_recent @_only_local
|
||||
Feature: Recent files repository lists the recently used files
|
||||
In order to save time when selecting files
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@repository @_only_local
|
||||
@core @core_filepicker @_only_local
|
||||
Feature: A selected file can be cancelled
|
||||
In order to refine the file manager contents
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_form @filepicker
|
||||
@core @core_filepicker
|
||||
Feature: Create folders in the file manager
|
||||
In order to create a directory structure in a file area
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@filepicker @_only_local
|
||||
@core @core_filepicker @_only_local
|
||||
Feature: Delete files and folders from the file manager
|
||||
In order to clean the file manager contents
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@core_form @filepicker
|
||||
@core @core_filepicker
|
||||
Feature: Zip folders and unzip compressed files
|
||||
In order to download or add contents to file areas easily
|
||||
As a moodle user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@repository_upload @core_form @repository @_only_local
|
||||
@repository @repository_upload @_only_local
|
||||
Feature: Upload files
|
||||
In order to add contents
|
||||
As a moodle user
|
||||
|
Loading…
x
Reference in New Issue
Block a user