1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

record screenshot in remote tests

This commit is contained in:
Lu Wang 2014-11-20 13:04:34 +08:00
parent df340bf3c4
commit bc6d9c5a24

View File

@ -21,7 +21,7 @@ BASEURL='http://localhost:8000/'
SAUCE_OPTIONS = { SAUCE_OPTIONS = {
'record-video': False, 'record-video': False,
'record-screenshots': False, 'record-screenshots': True,
'record-logs': False, 'record-logs': False,
'sauce-advisor': False, 'sauce-advisor': False,
} }