Commit da0fab1e by Jesse Zoldak

Merge pull request #4949 from edx/zoldak/define-log-dir

Define SELENIUM_DRIVER_LOG_DIR in paver bok-choy command
parents b875a429 cc41ccb4
......@@ -103,6 +103,7 @@ class BokChoyTestSuite(TestSuite):
cmd = [
"SCREENSHOT_DIR='{}'".format(self.log_dir),
"HAR_DIR='{}'".format(self.har_dir),
"SELENIUM_DRIVER_LOG_DIR='{}'".format(self.log_dir),
"nosetests",
test_spec,
"--with-xunit",
......
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