UNPKG

playwright-sit-converter

Version:

Convert Playwright test scripts to SIT (System Integration Testing) documentation

7 lines (6 loc) 232 B
#!/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);