thegraphnetwork / EpiGraphHub

Software platform to Gather, transmform, harmonize and store epidemiological data for analytical purposes.
https://epigraphhub.org
GNU General Public License v3.0
8 stars 10 forks source link

Add some selenium tests #179

Closed xmnlab closed 1 year ago

xmnlab commented 1 year ago

it would be nice to have some simple selenium tests just to run some smoke tests

xmnlab commented 1 year ago

for gh actions workflow:

      - uses: nanasess/setup-chromedriver@v1
      - run: |
          export DISPLAY=:99
          chromedriver --url-base=/wd/hub &
          sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional