UNPKG
@openveo/test
Version:
latest (9.0.1)
9.0.1
9.0.0
8.0.0
7.1.0
7.0.0
6.0.0
5.0.0
4.1.0
4.0.2
4.0.1
4.0.0
4.0.0-RC1
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
Test API for OpenVeo unit tests
github.com/veo-labs/openveo-test
veo-labs/openveo-test
@openveo/test
/
lib
/
e2e
/
plugins
/
index.js
11 lines
(8 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
/** * Exposes a list of Protractor plugins. * *
@module
e2e/plugins *
@property
{
module:e2e/plugins/screenshotPlugin
} screenshotPlugin screenshotPlugin module */
module
.
exports
.
screenshotPlugin
= process.
requireTest
(
'lib/e2e/plugins/screenshotPlugin.js'
);