sign-language-translation-tools / sltt

Mono repo for Sign Language Translation Tool server and client
2 stars 2 forks source link

Provide automated testing for basic system functions #18

Open Nathan22Miles opened 5 years ago

Nathan22Miles commented 5 years ago

Cypress.io looks interesting for UI testing.

There are some Jest tests for the data model. These need to be reviewed for coverage.

Could/should we provide this as part of CI environment?

Nathan22Miles commented 5 years ago

In client, yarn test, runs basic model tests. No tests working for components yet.