Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
47621b56
Commit
47621b56
authored
Sep 25, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1112 from edx/will/shard-acceptance-tests
Added tags to acceptance tests to define multiple shards.
parents
2338ed2d
7669b4d7
Show whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
86 additions
and
54 deletions
+86
-54
cms/djangoapps/contentstore/features/advanced-settings.feature
+2
-1
cms/djangoapps/contentstore/features/checklists.feature
+2
-1
cms/djangoapps/contentstore/features/component.feature
+2
-1
cms/djangoapps/contentstore/features/course-overview.feature
+2
-1
cms/djangoapps/contentstore/features/course-settings.feature
+2
-1
cms/djangoapps/contentstore/features/course-team.feature
+2
-1
cms/djangoapps/contentstore/features/course-updates.feature
+2
-1
cms/djangoapps/contentstore/features/courses.feature
+2
-1
cms/djangoapps/contentstore/features/discussion-editor.feature
+2
-1
cms/djangoapps/contentstore/features/grading.feature
+2
-1
cms/djangoapps/contentstore/features/html-editor.feature
+2
-1
cms/djangoapps/contentstore/features/problem-editor.feature
+2
-1
cms/djangoapps/contentstore/features/section.feature
+2
-1
cms/djangoapps/contentstore/features/signup.feature
+2
-1
cms/djangoapps/contentstore/features/static-pages.feature
+2
-1
cms/djangoapps/contentstore/features/subsection.feature
+2
-1
cms/djangoapps/contentstore/features/textbooks.feature
+2
-1
cms/djangoapps/contentstore/features/upload.feature
+2
-1
cms/djangoapps/contentstore/features/video-editor.feature
+2
-1
cms/djangoapps/contentstore/features/video.feature
+2
-1
lms/djangoapps/courseware/features/certificates.feature
+2
-1
lms/djangoapps/courseware/features/help.feature
+2
-1
lms/djangoapps/courseware/features/high-level-tabs.feature
+2
-1
lms/djangoapps/courseware/features/homepage.feature
+2
-1
lms/djangoapps/courseware/features/login.feature
+2
-1
lms/djangoapps/courseware/features/lti.feature
+2
-1
lms/djangoapps/courseware/features/navigation.feature
+2
-1
lms/djangoapps/courseware/features/openended.feature
+1
-1
lms/djangoapps/courseware/features/problems.feature
+2
-1
lms/djangoapps/courseware/features/registration.feature
+2
-1
lms/djangoapps/courseware/features/signup.feature
+2
-1
lms/djangoapps/courseware/features/video.feature
+23
-22
lms/djangoapps/courseware/features/word_cloud.feature
+2
-1
No files found.
cms/djangoapps/contentstore/features/advanced-settings.feature
View file @
47621b56
Feature
:
Advanced (manual) course policy
@shard_1
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
...
...
cms/djangoapps/contentstore/features/checklists.feature
View file @
47621b56
Feature
:
Course checklists
@shard_1
Feature
:
CMS.Course checklists
Scenario
:
A
course author sees checklists defined by edX
Given
I have opened a new course in Studio
...
...
cms/djangoapps/contentstore/features/component.feature
View file @
47621b56
Feature
:
Component Adding
@shard_1
Feature
:
CMS.Component Adding
As a course author, I want to be able to add a wide variety of components
@skip
...
...
cms/djangoapps/contentstore/features/course-overview.feature
View file @
47621b56
Feature
:
Course Overview
@shard_1
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
...
...
cms/djangoapps/contentstore/features/course-settings.feature
View file @
47621b56
Feature
:
Course Settings
@shard_2
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
...
...
cms/djangoapps/contentstore/features/course-team.feature
View file @
47621b56
Feature
:
Course Team
@shard_2
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
...
...
cms/djangoapps/contentstore/features/course-updates.feature
View file @
47621b56
Feature
:
Course updates
@shard_2
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
...
...
cms/djangoapps/contentstore/features/courses.feature
View file @
47621b56
Feature
:
Create Course
@shard_2
Feature
:
CMS.Create Course
In order offer a course on the edX platform
As a course author
I want to create courses
...
...
cms/djangoapps/contentstore/features/discussion-editor.feature
View file @
47621b56
Feature
:
Discussion Component Editor
@shard_2
Feature
:
CMS.Discussion Component Editor
As a course author, I want to be able to create discussion components.
Scenario
:
User can view metadata
...
...
cms/djangoapps/contentstore/features/grading.feature
View file @
47621b56
Feature
:
Course Grading
@shard_1
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
...
...
cms/djangoapps/contentstore/features/html-editor.feature
View file @
47621b56
Feature
:
HTML Editor
@shard_3
Feature
:
CMS.HTML Editor
As a course author, I want to be able to create HTML blocks.
Scenario
:
User can view metadata
...
...
cms/djangoapps/contentstore/features/problem-editor.feature
View file @
47621b56
Feature
:
Problem Editor
@shard_3
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
...
...
cms/djangoapps/contentstore/features/section.feature
View file @
47621b56
Feature
:
Create Section
@shard_2
Feature
:
CMS.Create Section
In order offer a course on the edX platform
As a course author
I want to create and edit sections
...
...
cms/djangoapps/contentstore/features/signup.feature
View file @
47621b56
Feature
:
Sign in
@shard_3
Feature
:
CMS.Sign in
In order to use the edX content
As a new user
I want to signup for a student account
...
...
cms/djangoapps/contentstore/features/static-pages.feature
View file @
47621b56
Feature
:
Static Pages
@shard_3
Feature
:
CMS.Static Pages
As a course author, I want to be able to add static pages
Scenario
:
Users can add static pages
...
...
cms/djangoapps/contentstore/features/subsection.feature
View file @
47621b56
Feature
:
Create Subsection
@shard_2
Feature
:
CMS.Create Subsection
In order offer a course on the edX platform
As a course author
I want to create and edit subsections
...
...
cms/djangoapps/contentstore/features/textbooks.feature
View file @
47621b56
Feature
:
Textbooks
@shard_3
Feature
:
CMS.Textbooks
Scenario
:
No
textbooks
Given
I have opened a new course in Studio
...
...
cms/djangoapps/contentstore/features/upload.feature
View file @
47621b56
Feature
:
Upload Files
@shard_3
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
...
...
cms/djangoapps/contentstore/features/video-editor.feature
View file @
47621b56
Feature
:
Video Component Editor
@shard_3
Feature
:
CMS.Video Component Editor
As a course author, I want to be able to create video components.
Scenario
:
User can view Video metadata
...
...
cms/djangoapps/contentstore/features/video.feature
View file @
47621b56
Feature
:
Video Component
@shard_3
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
...
...
lms/djangoapps/courseware/features/certificates.feature
View file @
47621b56
Feature
:
Verified certificates
@shard_2
Feature
:
LMS.Verified certificates
As a student,
In order to earn a verified certificate
I want to sign up for a verified certificate course.
...
...
lms/djangoapps/courseware/features/help.feature
View file @
47621b56
Feature
:
The help module should work
@shard_2
Feature
:
LMS.The help module should work
In order to get help
As a student
I want to be able to report a problem
...
...
lms/djangoapps/courseware/features/high-level-tabs.feature
View file @
47621b56
Feature
:
All the high level tabs should work
@shard_1
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
...
...
lms/djangoapps/courseware/features/homepage.feature
View file @
47621b56
Feature
:
Homepage for web users
@shard_1
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
...
...
lms/djangoapps/courseware/features/login.feature
View file @
47621b56
Feature
:
Login in as a registered user
@shard_1
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
...
...
lms/djangoapps/courseware/features/lti.feature
View file @
47621b56
Feature
:
LTI component
@shard_1
Feature
:
LMS.LTI component
As a student, I want to view LTI component in LMS.
Scenario
:
LTI component in LMS is not rendered
...
...
lms/djangoapps/courseware/features/navigation.feature
View file @
47621b56
Feature
:
Navigate Course
@shard_1
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
...
...
lms/djangoapps/courseware/features/openended.feature
View file @
47621b56
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
...
...
lms/djangoapps/courseware/features/problems.feature
View file @
47621b56
Feature
:
Answer problems
@shard_1
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
...
...
lms/djangoapps/courseware/features/registration.feature
View file @
47621b56
Feature
:
Register for a course
@shard_1
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
...
...
lms/djangoapps/courseware/features/signup.feature
View file @
47621b56
Feature
:
Sign in
@shard_2
Feature
:
LMS.Sign in
In order to use the edX content
As a new user
I want to signup for a student account
...
...
lms/djangoapps/courseware/features/video.feature
View file @
47621b56
Feature
:
Video component
@shard_2
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
...
...
@@ -12,28 +13,28 @@ Feature: Video component
Given
the course has a Video component in HTML5 mode
Then
when I view the video it does not have autoplay enabled
# Youtube testing
Scenario
:
Video component is fully rendered in the LMS in Youtube mode with HTML5 sources
Given
youtube server is up and response time is 0.4 seconds
And
the course has a Video component in Youtube_HTML5 mode
Then
when I view the video it has rendered in Youtube mode
# Youtube testing
Scenario
:
Video component is fully rendered in the LMS in Youtube mode with HTML5 sources
Given
youtube server is up and response time is 0.4 seconds
And
the course has a Video component in Youtube_HTML5 mode
Then
when I view the video it has rendered in Youtube mode
Scenario
:
Video component is not rendered in the LMS in Youtube mode with HTML5 sources
Given
youtube server is up and response time is 2 seconds
And
the course has a Video component in Youtube_HTML5 mode
Then
when I view the video it has rendered in HTML5 mode
Scenario
:
Video component is not rendered in the LMS in Youtube mode with HTML5 sources
Given
youtube server is up and response time is 2 seconds
And
the course has a Video component in Youtube_HTML5 mode
Then
when I view the video it has rendered in HTML5 mode
Scenario
:
Video component is rendered in the LMS in Youtube mode without HTML5 sources
Given
youtube server is up and response time is 2 seconds
And
the course has a Video component in Youtube mode
Then
when I view the video it has rendered in Youtube mode
Scenario
:
Video component is rendered in the LMS in Youtube mode without HTML5 sources
Given
youtube server is up and response time is 2 seconds
And
the course has a Video component in Youtube mode
Then
when I view the video it has rendered in Youtube mode
Scenario
:
Video component is rendered in the LMS in Youtube mode with HTML5 sources that doesn't supported by browser
Given
youtube server is up and response time is 2 seconds
And
the course has a Video component in Youtube_HTML5_Unsupported_Video mode
Then
when I view the video it has rendered in Youtube mode
Scenario
:
Video component is rendered in the LMS in Youtube mode with HTML5 sources that doesn't supported by browser
Given
youtube server is up and response time is 2 seconds
And
the course has a Video component in Youtube_HTML5_Unsupported_Video mode
Then
when I view the video it has rendered in Youtube mode
Scenario
:
Video component is rendered in the LMS in HTML5 mode with HTML5 sources that doesn't supported by browser
Given
the course has a Video component in HTML5_Unsupported_Video mode
Then
error message is shown
And
error message has correct text
Scenario
:
Video component is rendered in the LMS in HTML5 mode with HTML5 sources that doesn't supported by browser
Given
the course has a Video component in HTML5_Unsupported_Video mode
Then
error message is shown
And
error message has correct text
lms/djangoapps/courseware/features/word_cloud.feature
View file @
47621b56
Feature
:
World Cloud component
@shard_2
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment