Skip to content

laissonsilveira/crawler-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS: Project for test purposes only

Install project

npm install

Run tests

npm test (it needs mocha to be installed)

Start project

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

Selenium api documents

selenium-webdriver Docs

About

Testes com selenium-driver com Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published