drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 147 forks source link

Refactor Front-end E2E Test Suite #246

Closed louisgv closed 7 years ago

louisgv commented 7 years ago

Expected Behavior

One should be able to run the E2E from a docker environment and see the result.

Current Behavior

The current test suite does not run in a docker environment due to its reliant on node to build and expose selenium, which in turn is relying on a system-wide JAVA installation.

Possible Solution

Purge local installation of chromedriver and selenium, and instead use docker to install these tool so that we can use them on a docker environment.

Steps to Reproduce

  1. None of the test is working on Docker

Context (Environment)

Detailed Description

Possible Implementation

Checklist before submitting

louisgv commented 7 years ago

Work on this has already been started and will be published together with #239

lamby commented 7 years ago

Fixed in https://github.com/concept-to-clinic/concept-to-clinic/commit/09d4bc5863f2fcf7e166d4b15cef01779a8b8dd4