Muhammad Ammar
6f064e2b27
Configure youtube stub for bok-choy
2014-04-25 20:01:09 +00:00
Jay Zoldak
3fc19a35b0
Serve video HTML5 sources locally for acceptance tests
2014-04-15 10:40:53 -04:00
Valera Rozuvan
668c476acb
Add auto screenshot functionality.
2014-04-08 10:41:39 +03:00
Adam Palay
394e9efbac
make sure new lms/tests.py file is run
2014-04-03 20:23:44 +05:00
David Baumgold
450592f0ba
Skip collectstatic when falling through from rake assets:coffee
2014-03-26 21:09:20 -04:00
David Baumgold
1219bd757e
Pull Paver requirements out into a separate file
2014-03-25 11:32:20 -04:00
Will Daly
44dad41ede
Switch from Rake to Paver
2014-03-25 11:32:19 -04:00
Calen Pennington
561ecc7682
Make i18n tests quieter
2014-03-13 16:18:22 -04:00
Jay Zoldak
074a57e837
Bump up the verbosity on bok-choy logging
2014-02-24 15:26:29 -05:00
Will Daly
812e71bbbb
Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
...
This reverts commit 544616be4b .
2014-02-24 11:30:40 -05:00
Will Daly
544616be4b
Fix sys.path manipulation in pavement.py, with detailed comment
...
Restore reverted changes from paver part 1
2014-02-18 15:09:07 -05:00
Julia Hansbrough
d867e87b72
Acceptance test for language selector
...
Tests language selection feature for student dashboard
2014-02-14 10:32:11 -05:00
Greg Price
b1e5bbb8ff
Merge pull request #2504 from edx/gprice/forum-pagination-acceptance
...
Add acceptance tests for forum response pagination
2014-02-07 10:47:07 -05:00
Ned Batchelder
c7de2b7f25
Merge pull request #2485 from edx/ned/make-i18n-generate-forgiving
...
Make i18n:generate more flexible
2014-02-07 10:41:42 -05:00
Greg Price
8e3a77fa1e
Add acceptance tests for forum response pagination
2014-02-06 17:52:14 -05:00
Greg Price
e1c36aa557
Merge pull request #2456 from edx/gprice/i18n-extract-dependency
...
Make assets:coffee a dependency of i18n:extract
2014-02-06 13:35:25 -05:00
Ned Batchelder
b34ca864fc
Make i18n:generate more flexible
...
Now normal i18n:generate doesn't care about missing files, and
i18n:generate_strict does. The robot task calls the strict version.
There may well be a better way to make the two tasks, but my Ruby+Rake
skillz are weak, and it's all going away soon.
2014-02-05 22:30:35 -05:00
Will Daly
0a9b4ada86
Added stub XQueue server to bok_choy test suite.
...
Added feedback check for AI-assessment test
Added peer assessment feedback test
Added tests for peer grading module
Added stub peer grading module service
Updated Studio/LMS page objects and tests to use bok-choy v0.1.0
Added LMS bok-choy tests from e2e repo
Add bok-choy tests for peer grading module, including calibration.
2014-02-05 14:50:15 -05:00
Will Daly
8ee601a5e3
Clean up Mongo databases created by the test suite.
2014-02-05 11:07:34 -05:00
Will Daly
6f080b2fca
Install Python prereqs before running doc and i18n tests
2014-02-04 20:19:11 -05:00
Will Daly
194c906c19
List which test suites failed
...
Add section headings to test console output
i18n tests generate XUnit reports
Move i18n and docs test commands out of tests.rake
2014-02-04 12:36:19 -05:00
Greg Price
88d3998c8a
Make assets:coffee a dependency of i18n:extract
...
Extraction is done on the compiled .js files, so coffee compilation
should be done before extracting strings.
2014-02-04 12:09:00 -05:00
Calen Pennington
b06cf9cfbb
Make i18n tests work with a clean checkout
2014-02-03 14:27:48 -05:00
Calen Pennington
f5ffc94d16
Prep for initial language release
2014-02-03 13:35:56 -05:00
Calen Pennington
4e879a4c81
Add first pass at i18n automation tasks
2014-02-03 13:35:56 -05:00
Will Daly
830ad942ff
Merge pull request #2424 from edx/will/fix-rake-test-cleanup
...
Fix cleanup .pyc file command in rake test
2014-02-03 08:31:32 -08:00
Will Daly
2a57e2331a
Fix cleanup .pyc file command in rake test
2014-02-03 08:00:01 -05:00
Will Daly
e859a37001
Fix an issue with cache being cleared for bok_choy fast test
...
Change text in bok_choy scripts to green
Added feedback check for AI-assessment test
Added peer assessment feedback test
Updated Studio/LMS page objects and tests to use bok-choy v0.1.0
Added LMS bok-choy tests from e2e repo
2014-01-31 14:33:24 -05:00
Will Daly
75bd860a5a
Merge pull request #2311 from edx/will/cache-test-db-migrations
...
Cache databases to speed up acceptance tests
2014-01-30 13:32:32 -08:00
Calen Pennington
ce19f2887c
Merge pull request #2294 from cpennington/language-dark-launch
...
Add the ability to dark-launch languages
2014-01-29 10:52:06 -08:00
Calen Pennington
c712668b05
Merge pull request #2292 from edx/sarina/make-dummy-executable
...
Convert i18n/make_dummy.py to a standalone script
2014-01-29 08:18:39 -08:00
Calen Pennington
d379b35fa9
Add config_model, a library for database backed configuration
...
ConfigurationModels can be managed using the admin site. They are
append-only, and track the user who is making the change, and the time
that the change was made. The configuration is stored in the database,
and cached for performance.
[LMS-1220]
2014-01-29 09:17:19 -05:00
Will Daly
b73c6f63fc
Added stub XQueue server to bok_choy test suite.
...
Added feedback check for AI-assessment test
Added peer assessment feedback test
2014-01-28 14:57:28 -05:00
Will Daly
a86d56ccba
Cache databases to speed up acceptance tests
2014-01-28 14:39:26 -05:00
Sarina Canelake
88789c1d21
Convert i18n/make_dummy.py to a standalone script
...
LMS-1967
2014-01-28 12:55:48 -05:00
Sarina Canelake
614da8ee3b
Enable i18n tests in rake test command
...
LMS-1963
2014-01-27 10:59:37 -05:00
Alexander Kryklia
688d47fb62
Give numerical response tolerance as a range (for example [5,7)) (BLD-25)
2014-01-27 14:58:19 +02:00
Will Daly
23a1947a62
Collect coverage for bok-choy tests
2014-01-24 16:58:24 -05:00
Will Daly
8e707b28c2
Merge pull request #2255 from edx/will/bok-choy-xunit
...
Bok choy tests output XUnit reports
2014-01-23 12:59:26 -08:00
Calen Pennington
65a895e98e
Run an extract before running generate, so that you have all the necessary files
2014-01-22 14:51:34 -05:00
Will Daly
1aa156ca91
Bok choy tests output XUnit reports
2014-01-22 08:18:58 -05:00
David Baumgold
8a370ea14b
Reorganize documentation files for i18n
...
STUD-1094
2014-01-16 14:11:11 -05:00
Will Daly
4afd5ea49f
Refactored bok-choy directory structure
...
Added fixtures for course and xblock creation
Added bok-choy Studio tests
Added bok-choy tests for ora self- and ai- assessment
Refactored auto-auth; added staff and course-enrollment options
Removed extra javascript properties from page objects
2014-01-15 09:37:32 -05:00
Jason Bau
6560c4faf8
small bugfixes for theming+sass+templates
...
change ruby and to &&
2014-01-13 15:28:35 -08:00
Jason Bau
eb15355b74
Revert "small bugfixes for theming+sass+templates"
...
This reverts commit 5f3313ece4 .
2014-01-13 14:35:24 -08:00
Jason Bau
5f3313ece4
small bugfixes for theming+sass+templates
2014-01-10 16:36:23 -08:00
David Baumgold
85453f703e
Fix theme issues in Sass preprocessing
2014-01-10 10:40:09 -05:00
Will Daly
4a9c239c3d
Merge pull request #2030 from edx/will/bok-choy-integration
...
Added configuration for running tests using the bok-choy framework
2014-01-10 05:26:42 -08:00
Will Daly
dde5455227
Added configuration for running tests using the bok-choy framework
2014-01-09 12:57:50 -05:00
Will Daly
75ce79fb5a
Merge pull request #1957 from edx/will/devstack-rake
...
Added rake commands for devstack
2014-01-07 14:43:17 -08:00