wcrawl
Introduction
Web crawler script for web testing with snapshot comparison.
Installing / Getting started
To install the package execute:
npm install -g wcrawl
After installation, tou will have access to the wcrawl binary in your command line. You can check help with this command:
wcrawl --help
Developing
Built With
Prerequisites
The following software must be installed
- Node >= v8
- Chrome >= v60
- Git - optional
Folder structure
- root: Contains the README.md, the main configuration to execute the project such as package.json or any other configuration files.
- bin: Contains the application run script.
- src: Contains the source code for application script.
- node_modules: Contains third party JS libraries used in this project
Setting up Dev
Download the code
git clone https://github.com/pikamachu/pika-web-crawler-test.git
cd pika-web-crawler-test
Install dependencies
bash pika install
Run application help for usage.
bash pika start --help
Run application tests.
bash pika test
Other project commands
For other project command execute pika script help
bash pika help