Openveo test aims to provide tools and mocks to facilitate testing of OpenVeo projects.
OpenVeo test is not a plugin.
No installation is required, OpenVeo test is part of OpenVeo core.
var test = require('@openveo/test');
var unit = test.unit;
var e2e = test.e2e;
Documentation is available on Github pages.
Maintainer: Veo-Labs