mirror of https://github.com/pyodide/pyodide.git
Get full output on test failure
This commit is contained in:
parent
5a7992f87b
commit
21e9a4c770
|
@ -76,7 +76,6 @@ if pytest is not None:
|
||||||
selenium = SeleniumWrapper()
|
selenium = SeleniumWrapper()
|
||||||
try:
|
try:
|
||||||
yield selenium
|
yield selenium
|
||||||
except:
|
|
||||||
print(selenium.logs)
|
|
||||||
finally:
|
finally:
|
||||||
|
print('\n'.join(selenium.logs))
|
||||||
selenium.driver.quit()
|
selenium.driver.quit()
|
||||||
|
|
Loading…
Reference in New Issue