This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Print browser console logs when tests fail.
pull/776/head
Matthew Petroff
5 years ago
parent
2d0230dd4e
commit
9e23ee0b57
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
tests/run_tests.py
+ 3
- 0
tests/run_tests.py
View File
@@ -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()
Write
Preview
Loading…
Cancel
Save