take web screenshots during testing

This commit is contained in:
thelamer 2019-06-03 09:25:54 -07:00
parent f46f78860b
commit 5dd03532e5
2 changed files with 5 additions and 4 deletions

View file

@ -19,10 +19,10 @@ repo_vars:
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='false'
- CI_WEB='true'
- CI_PORT='32400'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH=''
- CI_WEBPATH='/web/index.html'