Skip to content

How to work with issues and how to test

Mikael Håkansson edited this page Feb 15, 2018 · 1 revision

The project board

New Issues

All issues are filed at our project board. When creating an issues, -MAKE SURE TO ADD IT TO THE ISSUE "TO DO" COLUMN. Also, make sure to assign the issue to someone and preferably also tag the issue. The "TO DO" column is prioritized from top to bottom. Name the issue mSB.com | mSB.node | mSB.core : Description

Test environments

We have three environments for mSB.com (Dev, Stage and Prod). For customer sites we only provide Stage and Prod. The Dev environment is for developers only and is more or less isolated from the others. Stage and Prod however share pretty much everything but site(s) and cache.

Stage test

Testing against stage (https://stage.microservicebus.com) require the node to target that environment. This can be done altering the settings.json file in the microServiceBus folder of the current user. However it might be easier just to restore the node:

> node restore -stage 
> node start -c XXXXXX -n NNNNNN

Beta test (nodes only)

Before publishing