Parcourir la source

Print browser console logs when tests fail.

pull/776/head
Matthew Petroff il y a 5 ans
Parent
révision
9e23ee0b57
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      tests/run_tests.py

+ 3
- 0
tests/run_tests.py Voir le fichier

@@ -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()


Chargement…
Annuler
Enregistrer