OpenCDSS / cdss-app-tstool-test

Colorado's Decision Support Systems (CDSS) TSTool application functional tests
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Move UI tests out of automated tests #72

Closed smalers closed 3 years ago

smalers commented 3 years ago

There are a number of user interface (UI) tests that were previously listed under the commands folder that don't follow the typical automated test format. They are mainly used for one-off tests of the UI, for example to provide data that is appropriate for some UI features that would otherwise be forgotten. At some point it may make sense to automate UI tests but this would take more work to simulate multiple steps of UI interaction. The tests don't belong under the commands folder.

smalers commented 3 years ago

I moved the files to a folder named ui at the same level as commands. The tests will no longer be included i the general test suite..

I also and added some files related to the raster graph testing in order to confirm that the new raster graph features look OK. Close this issue.