Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Latest commit

 

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Manual test utilities

Notifications server

Produces sample notifications for the ui.

Run:

yarn start

Then open a ui with make dev-ui from the project root. The initial notifications should be fetched by the ui. You can also press Enter everytime you want to push a new notification.

WS Client

Acts as a simple web socket client for the core.

Run:

yarn start

Then launch core with make dev-core from the project root. When you push a notification to backend (using, e.g. nnp from the producer directory), you should see the pushed notification on your terminal.

Adding new test utilities

When you add such utilities with yarn as dependency manager, you need to link .yarnrc.yml, and .yarn/ from the project root.

ln -s ../../.yarnrc.yml .
ln -s ../../.yarn .