PS: Project for test purposes only
npm install
npm test (it needs mocha to be installed)
Important settings for running on config-app.json
:
{
...
"name": "chrome", //<chrome/phantomjs>
"isHeadless": true //<true/false>
...
}
The execution can be done with the command:
npm start <nome do site_arquivo> <navegador> <optional - isHeadless>
ex: npm start simplify OR npm start simplify chrome OR npm start simplify chrome false
OR
node server.js
Init collect in 'http://localhost:3001/<target>' - ex: http://localhost:3001/simplify