UNPKG
playwright-sit-converter
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Convert Playwright test scripts to SIT (System Integration Testing) documentation
playwright-sit-converter
/
dist
/
cli.js
7 lines
(6 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
phos_1 =
require
(
"./phos"
);
const
url = process.
argv
[
2
] ||
'https://www.google.com'
; (
0
, phos_1.
main
)(url).
catch
(
console
.
error
);