UNPKG
@rbnx/webdriverio
Version:
latest (1.6.0)
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
webdriverio plugin for nx
github.com/roozenboom/rbnx
@rbnx/webdriverio
/
executors.json
11 lines
(10 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"executors"
: {
"e2e"
: {
"implementation"
:
"./src/executors/e2e/executor"
,
"schema"
:
"./src/executors/e2e/schema.json"
,
"description"
:
"Webdriverio e2e test executor"
} } }