Skip to content

Suite of NodeJs helpers to help building unit tests for openveo projects

License

Notifications You must be signed in to change notification settings

veo-labs/openveo-test

Repository files navigation

Openveo test

Openveo test aims to provide tools and mocks to facilitate testing of OpenVeo projects.

OpenVeo test is not a plugin.

Installation

No installation is required, OpenVeo test is part of OpenVeo core.

Usage

var test = require('@openveo/test');
var unit = test.unit;
var e2e = test.e2e;

API

Documentation is available on Github pages.

Contributors

Maintainer: Veo-Labs

License

AGPL