SJRK-300: Consider not serving browser tests outside dev env

Metadata

Source
SJRK-300
Type
Task
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Gregor Moss
Created
2019-09-25T16:30:34.517-0400
Updated
2020-07-29T13:19:52.324-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool Server
  2. Storytelling Tool UI

Description

Consider whether or not to serve browser (UI) tests outside of the development environment. Exposing the tests publicly may lead to issues in the future, if there are ever any tests added which could modify the server in any way (e.g. story creation integration tests).

Care should be taken to ensure the browser tests can still be run from the local docker-compose setup.