Commit 7669b4d7 by Jay Zoldak Committed by Will Daly

Namespace the acceptance tests so they show up nicely in jenkins

Conflicts:
	cms/djangoapps/contentstore/features/advanced-settings.feature
	cms/djangoapps/contentstore/features/checklists.feature
	cms/djangoapps/contentstore/features/component.feature
	cms/djangoapps/contentstore/features/course-overview.feature
	cms/djangoapps/contentstore/features/course-settings.feature
	cms/djangoapps/contentstore/features/course-team.feature
	cms/djangoapps/contentstore/features/course-updates.feature
	cms/djangoapps/contentstore/features/courses.feature
	cms/djangoapps/contentstore/features/discussion-editor.feature
	cms/djangoapps/contentstore/features/grading.feature
	cms/djangoapps/contentstore/features/html-editor.feature
	cms/djangoapps/contentstore/features/problem-editor.feature
	cms/djangoapps/contentstore/features/section.feature
	cms/djangoapps/contentstore/features/signup.feature
	cms/djangoapps/contentstore/features/static-pages.feature
	cms/djangoapps/contentstore/features/subsection.feature
	cms/djangoapps/contentstore/features/textbooks.feature
	cms/djangoapps/contentstore/features/upload.feature
	cms/djangoapps/contentstore/features/video-editor.feature
	cms/djangoapps/contentstore/features/video.feature
	lms/djangoapps/courseware/features/certificates.feature
	lms/djangoapps/courseware/features/help.feature
	lms/djangoapps/courseware/features/high-level-tabs.feature
	lms/djangoapps/courseware/features/homepage.feature
	lms/djangoapps/courseware/features/login.feature
	lms/djangoapps/courseware/features/lti.feature
	lms/djangoapps/courseware/features/navigation.feature
	lms/djangoapps/courseware/features/problems.feature
	lms/djangoapps/courseware/features/registration.feature
	lms/djangoapps/courseware/features/signup.feature
	lms/djangoapps/courseware/features/video.feature
	lms/djangoapps/courseware/features/word_cloud.feature
parent f898f729
@shard_1
Feature: Advanced (manual) course policy
Feature: CMS.Advanced (manual) course policy
In order to specify course policy settings for which no custom user interface exists
I want to be able to manually enter JSON key /value pairs
......
@shard_1
Feature: Course checklists
Feature: CMS.Course checklists
Scenario: A course author sees checklists defined by edX
Given I have opened a new course in Studio
......
@shard_1
Feature: Component Adding
Feature: CMS.Component Adding
As a course author, I want to be able to add a wide variety of components
@skip
......
@shard_1
Feature: Course Overview
Feature: CMS.Course Overview
In order to quickly view the details of a course's section and set release dates and grading
As a course author
I want to use the course overview page
......
@shard_2
Feature: Course Settings
Feature: CMS.Course Settings
As a course author, I want to be able to configure my course settings.
# Safari has trouble keeps dates on refresh
......
@shard_2
Feature: Course Team
Feature: CMS.Course Team
As a course author, I want to be able to add others to my team
Scenario: Admins can add other users
......
@shard_2
Feature: Course updates
Feature: CMS.Course updates
As a course author, I want to be able to provide updates to my students
# Internet explorer can't select all so the update appears weirdly
......
@shard_2
Feature: Create Course
Feature: CMS.Create Course
In order offer a course on the edX platform
As a course author
I want to create courses
......
@shard_2
Feature: Discussion Component Editor
Feature: CMS.Discussion Component Editor
As a course author, I want to be able to create discussion components.
Scenario: User can view metadata
......
@shard_1
Feature: Course Grading
Feature: CMS.Course Grading
As a course author, I want to be able to configure how my course is graded
Scenario: Users can add grading ranges
......
@shard_3
Feature: HTML Editor
Feature: CMS.HTML Editor
As a course author, I want to be able to create HTML blocks.
Scenario: User can view metadata
......
@shard_3
Feature: Problem Editor
Feature: CMS.Problem Editor
As a course author, I want to be able to create problems and edit their settings.
Scenario: User can view metadata
......
@shard_2
Feature: Create Section
Feature: CMS.Create Section
In order offer a course on the edX platform
As a course author
I want to create and edit sections
......
@shard_3
Feature: Sign in
Feature: CMS.Sign in
In order to use the edX content
As a new user
I want to signup for a student account
......
@shard_3
Feature: Static Pages
Feature: CMS.Static Pages
As a course author, I want to be able to add static pages
Scenario: Users can add static pages
......
@shard_2
Feature: Create Subsection
Feature: CMS.Create Subsection
In order offer a course on the edX platform
As a course author
I want to create and edit subsections
......
@shard_3
Feature: Textbooks
Feature: CMS.Textbooks
Scenario: No textbooks
Given I have opened a new course in Studio
......
@shard_3
Feature: Upload Files
Feature: CMS.Upload Files
As a course author, I want to be able to upload files for my students
# Uploading isn't working on safari with sauce labs
......
@shard_3
Feature: Video Component Editor
Feature: CMS.Video Component Editor
As a course author, I want to be able to create video components.
Scenario: User can view Video metadata
......
@shard_3
Feature: Video Component
Feature: CMS.Video Component
As a course author, I want to be able to view my created videos in Studio.
# Video Alpha Features will work in Firefox only when Firefox is the active window
......
@shard_2
Feature: Verified certificates
Feature: LMS.Verified certificates
As a student,
In order to earn a verified certificate
I want to sign up for a verified certificate course.
......
@shard_2
Feature: The help module should work
Feature: LMS.The help module should work
In order to get help
As a student
I want to be able to report a problem
......
@shard_1
Feature: All the high level tabs should work
Feature: LMS.All the high level tabs should work
In order to preview the courseware
As a student
I want to navigate through the high level tabs
......
@shard_1
Feature: Homepage for web users
Feature: LMS.Homepage for web users
In order to get an idea what edX is about
As a an anonymous web user
I want to check the information on the home page
......
@shard_1
Feature: Login in as a registered user
Feature: LMS.Login in as a registered user
As a registered user
In order to access my content
I want to be able to login in to edX
......
@shard_1
Feature: LTI component
Feature: LMS.LTI component
As a student, I want to view LTI component in LMS.
Scenario: LTI component in LMS is not rendered
......
@shard_1
Feature: Navigate Course
Feature: LMS.Navigate Course
As a student in an edX course
In order to view the course properly
I want to be able to navigate through the content
......
Feature: Open ended grading
Feature: LMS.Open ended grading
As a student in an edX course
In order to complete the courseware questions
I want the machine learning grading to be functional
......
@shard_1
Feature: Answer problems
Feature: LMS.Answer problems
As a student in an edX course
In order to test my understanding of the material
I want to answer problems
......
@shard_1
Feature: Register for a course
Feature: LMS.Register for a course
As a registered user
In order to access my class content
I want to register for a class on the edX website
......
@shard_2
Feature: Sign in
Feature: LMS.Sign in
In order to use the edX content
As a new user
I want to signup for a student account
......
@shard_2
Feature: Video component
Feature: LMS.Video component
As a student, I want to view course videos in LMS.
Scenario: Video component is fully rendered in the LMS in HTML5 mode
......
@shard_2
Feature: World Cloud component
Feature: LMS.World Cloud component
As a student, I want to view Word Cloud component in LMS.
Scenario: Word Cloud component in LMS is rendered with empty result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment