Commit 9c416a59 by Dennis Jen Committed by GitHub

Run a11y tests with firefox to fix flaky acceptance tests. (#613)

parent 101f835a
...@@ -55,7 +55,7 @@ a11y: ...@@ -55,7 +55,7 @@ a11y:
ifeq ("${DISPLAY_LEARNER_ANALYTICS}", "True") ifeq ("${DISPLAY_LEARNER_ANALYTICS}", "True")
./manage.py waffle_flag enable_learner_analytics on --create --everyone ./manage.py waffle_flag enable_learner_analytics on --create --everyone
endif endif
BOKCHOY_A11Y_CUSTOM_RULES_FILE=./node_modules/edx-custom-a11y-rules/lib/custom_a11y_rules.js SELENIUM_BROWSER=phantomjs nosetests -v a11y_tests -e NUM_PROCESSES=1 --exclude-dir=acceptance_tests/course_validation BOKCHOY_A11Y_CUSTOM_RULES_FILE=./node_modules/edx-custom-a11y-rules/lib/custom_a11y_rules.js SELENIUM_BROWSER=firefox nosetests -v a11y_tests -e NUM_PROCESSES=1 --exclude-dir=acceptance_tests/course_validation
course_validation: course_validation:
python -m acceptance_tests.course_validation.generate_report python -m acceptance_tests.course_validation.generate_report
......
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