UNPKG
@angular-plugins/testcafe
Version:
latest (0.0.2-beta)
0.0.2-beta
0.0.1-beta
Testcafe Plugin for Angular and Nx Repos
angular-plugins.com
SebasG22/angular-plugins
@angular-plugins/testcafe
/
builders.json
11 lines
(10 loc)
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"
@angular
-devkit/architect/src/builders-schema.json"
,
"builders"
: {
"e2e"
: {
"implementation"
:
"./src/builders/testcafe/testcafe.impl"
,
"schema"
:
"./src/builders/testcafe/schema.json"
,
"description"
:
"Run testcafe"
} } }