NREL / floorspace.js

Other
66 stars 35 forks source link

Investigate CI system that can use OpenStudio #390

Open DavidGoldwasser opened 3 years ago

DavidGoldwasser commented 3 years ago

Talk to Tim C

DavidGoldwasser commented 3 years ago

@bgschiller You mentioned on the call but I missed what framework you use for the javascript testing, can you let me know what that is.

bgschiller commented 2 years ago

Hi David,

We use the karma and selenium node packages for testing. @kylem038 set up a small github actions test script for us, now that TravisCI is no longer free: https://github.com/NREL/floorspace.js/blob/develop/.github/workflows/test.yml

DavidGoldwasser commented 2 years ago

Add a test/openstudio directory here with an OSW and all associated files. Initially it will come with its own FloorSpaceJS JSON file but later will link to existing CI output. Work on ci_openstudio_run branch.