kimitzu / kimitzu-client

A web client that interfaces with Kimitzu-Go and Kimitzu-Services
Mozilla Public License 2.0
4 stars 2 forks source link

Create suite of standardized test data #77

Open alahj opened 4 years ago

alahj commented 4 years ago

When testing the app, one often has to recreate the same profile and listings over and over again. It would be handy if there were a standardized set of image, description, etc. data to create test fixtures, so that the tests between test runs can be comparable.

24thsaint commented 4 years ago

Formal test data can be found in: https://github.com/kimitzu/kimitzu-client/tree/develop/cypress/fixtures

If you have cloned the project, you may run the automated tests via executing this in the command line while in the project root: npm run cypress:open

alahj commented 4 years ago

Great, thanks for the pointer.