This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var express = require('express'); | |
var authRouter = express.Router(); | |
var ejs = require('ejs'); | |
const fs = require('fs'); | |
const execFile = require('child_process').execFile; | |
function qa_tools(){ | |
console.log('running...') | |
const child = execFile('qa-pat-links', | |
['-P', 'http://www.apple.com/iphone/'], |