Search code examples
node.jstestingprotractorautomated-teststestlink

Is there anyway to send protractor's output into a file?


I'm looking for anyway to send protractor's terminal output into a file or a variable. I want to send it into a TestLink application's input.


Solution

  • One option is to send the output directly to another file from the command line

    protractor .\conf.js > .\protractor.txt