ソースを参照

Print browser console logs when tests fail.

pull/776/head
Matthew Petroff 5年前
コミット
9e23ee0b57
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      tests/run_tests.py

+ 3
- 0
tests/run_tests.py ファイルの表示

@@ -121,6 +121,9 @@ def run_tests():

try:
run_tests()
except AssertionError:
for entry in driver.get_log('browser'):
print(entry)
finally:
driver.quit()
httpd.shutdown()


読み込み中…
キャンセル
保存