finos / datahelix

The DataHelix generator allows you to quickly create data, based on a JSON profile that defines fields and the relationships between them, for the purpose of testing and validation
https://finos.github.io/datahelix/
Apache License 2.0
141 stars 50 forks source link

chore(#1696): Test playground is up and running #1699

Closed cuthullu closed 4 years ago

cuthullu commented 4 years ago

Description

Add test of playground - adds a selenium test checking the playground is up and able to call the backend lambda service

Changes

Additional notes

Frist test won't pass until #1698 is merged

I first pushed it with the new circleci job running as part of the build to test it working- the succesful commit for this was #df233e7 - circle results here . #2376b8b subsequently switches this new job to run at midnight each day on the master branch.

Issue

Resolves #1698