major workflow updates
Some checks failed
continuous-integration/drone/push Build is failing

* changed to using a more comprehensively built image with ready-made
  chrome w/ chromedriver
* using host shared memory mounted as a volume as per recommendation
* run headlessly
This commit is contained in:
surtur 2020-03-04 02:29:26 +01:00
parent 0dd67911ef
commit f971b4223e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -8,13 +8,20 @@ platform:
steps:
- name: open-website
pull: always
image: robotframework/rfdocker
image: selenium/node-chrome
volumes:
- name: shm
path: /dev/shm
commands:
- uname -r
- python --version
- ls -la
- pip install robotframework-seleniumlibrary
- robot test001.robot
- START_XVFB=false robot test001.robot
- cat log.html
- cat output.html
- cat report.hmtl
volumes:
- name: shm
host:
path: /dev/shm