Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
8a3b57a6
Commit
8a3b57a6
authored
7 years ago
by
Stuart Young
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a couple of a11y tests to the packer smoke test script
parent
d5e44003
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
playbooks/roles/test_build_server/files/test-development-environment.sh
+6
-0
playbooks/roles/test_build_server/tasks/main.yml
+1
-0
No files found.
playbooks/roles/test_build_server/files/test-development-environment.sh
View file @
8a3b57a6
...
...
@@ -60,6 +60,12 @@ case "$1" in
paver run_quality
;;
"a11y"
)
# Run some of the accessiblity tests
paver test_a11y
-t
lms/test_problem_types.py:CheckboxTextProblemTypeTest.test_problem_type_a11y
paver test_a11y
-t
lms/test_problem_types.py:RadioTextProblemTypeTest.test_problem_type_a11y
;;
*
)
echo
"args required"
exit
1
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/test_build_server/tasks/main.yml
View file @
8a3b57a6
...
...
@@ -47,3 +47,4 @@
-
"
bokchoy"
-
"
lettuce"
-
"
quality"
-
"
a11y"
This diff is collapsed.
Click to expand it.
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