Skip to content

optimics/analytics

Repository files navigation

Optimics Analytics tools

Free tools used to measure application analytics and analyse data

Testing

There is a singular test suite that covers all the subprojects build on jest using @optimics/jest configurator.

npm test

Tests can be run in watch mode, so they will respond to code changes.

npm test -- --watch

For more options, see Jest CLI Options

Potential issues

The project was not developed with Microsoft Windows in mind. If you are forced to use this operating system, there might be unexpected, undocumented sporadic issues in the test suite. If you encounter any, please report them.

Workflows

This workflow runs builds and tests. If all passes, it deploys code to staging environments.

This workflow initiates Release cycle, by creating Release Pull Request, that needs to be reviewed. When the Pull Request is merged, new package versions are released and new code is put to production.

This workflow publishes new package versions and deploy code to production, when a new version is marked in the repository.