/headless

Headless browser tool testing

Primary LanguageJavaScript

Web Crawler

Tech Stack

  • Node/NPM/Yarn/Puppeteer

To Do

  • Test

Get Started

  1. Install Node v9.2+ globally if you don't have it already
  2. Install Yarn globally if you don't have it already (optional)
  3. Clone or download this repo
  4. Using terminal change directories to the project root cd /path/to/recently-pulled-repo
  5. Install npm dependencies by running yarn

Commands

Command Description
yarn Install npm dependencies

Project Structure

Development Workflow

Javascript

You can use ES6 and es modules (using node --experimental-modules flag, hence the .mjs file extensions).